Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDipproto.h138 #ifndef IPPROTO_PGM
139 #define IPPROTO_PGM 113 macro
HDipproto.c51 { IPPROTO_PGM, "PGM" },
HDprint-pgm.c202 if (ip6->ip6_nxt == IPPROTO_PGM) { in pgm_print()
215 if (ip->ip_p == IPPROTO_PGM) { in pgm_print()
HDprint-ip6.c244 case IPPROTO_PGM: in ip6_print()
HDprint-ip.c482 case IPPROTO_PGM: in ip_print_demux()
/NextBSD/sys/netinet/
HDin.h246 #define IPPROTO_PGM 113 /* PGM */ macro