Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dipproto.h130 #ifndef IPPROTO_PGM
131 #define IPPROTO_PGM 113 macro
Dipproto.c53 { IPPROTO_PGM, "PGM" },
Dprint-ip-demux.c203 case IPPROTO_PGM: in ip_demux_print()
Dprint-pgm.c189 if (GET_U_1(ip6->ip6_nxt) == IPPROTO_PGM) { in pgm_print()
200 if (GET_U_1(ip->ip_p) == IPPROTO_PGM) { in pgm_print()