Home
last modified time | relevance | path

Searched refs:IPPROTO_IPCOMP (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dipproto.h128 #ifndef IPPROTO_IPCOMP
129 #define IPPROTO_IPCOMP 108 macro
H A Dipproto.c48 { IPPROTO_IPCOMP, "Compressed IP" },
H A Dprint-ip-demux.c77 case IPPROTO_IPCOMP: in ip_demux_print()
H A Dprint-ip6.c141 case IPPROTO_IPCOMP: in ip6_finddst()
H A DCHANGES326 IP: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
331 IPv6: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
/dragonfly/sys/netinet/
H A Din.h201 #define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */ macro
/dragonfly/sys/netinet6/
H A Dip6_input.c1520 case IPPROTO_IPCOMP: in ip6_nexthdr()