Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dipproto.h134 #ifndef IPPROTO_PGM
135 #define IPPROTO_PGM 113 macro
H A Dipproto.c50 { IPPROTO_PGM, "PGM" },
H A Dprint-ip-demux.c205 case IPPROTO_PGM: in ip_demux_print()
H A Dprint-pgm.c185 if (GET_U_1(ip6->ip6_nxt) == IPPROTO_PGM) { in pgm_print()
196 if (GET_U_1(ip->ip_p) == IPPROTO_PGM) { in pgm_print()
/dragonfly/sys/netinet/
H A Din.h205 #define IPPROTO_PGM 113 /* PGM */ macro