Home
last modified time | relevance | path

Searched refs:IPPROTO_PGM (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dipproto.h137 #ifndef IPPROTO_PGM
138 #define IPPROTO_PGM 113 macro
Dipproto.c51 { IPPROTO_PGM, "PGM" },
Dprint-pgm.c202 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
215 if (ip->ip_p == IPPROTO_PGM) { in pgm_print()
Dprint-ip6.c242 case IPPROTO_PGM: in ip6_print()
Dprint-ip.c480 case IPPROTO_PGM: in ip_print_demux()