Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h139 #ifndef IPPROTO_PGM
140 #define IPPROTO_PGM 113 macro
Dipproto.c55 { IPPROTO_PGM, "PGM" },
Dprint-pgm.c213 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
226 if (ip->ip_p == IPPROTO_PGM) { in pgm_print()
Dprint-ip6.c244 case IPPROTO_PGM: in ip6_print()
Dprint-ip.c480 case IPPROTO_PGM: in ip_print_demux()