Searched refs:IPPROTO_MOBILE (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dipproto.h92 #ifndef IPPROTO_MOBILE
93 #define IPPROTO_MOBILE 55 macro
H A Dipproto.c42 { IPPROTO_MOBILE, "Mobile IP" },
129 "mobile", /* 55 (IPPROTO_MOBILE, IP Mobility) */
H A Dprint-ip.c472 case IPPROTO_MOBILE:
/freebsd-13-stable/cddl/lib/libdtrace/
H A Dip.d154 #pragma D binding "1.5" IPPROTO_MOBILE
155 inline short IPPROTO_MOBILE = 55;
191 proto == IPPROTO_MOBILE ? "MOBILE" :
/freebsd-13-stable/sys/net/
H A Dif_me.c625 ip->ip_p = IPPROTO_MOBILE;
651 .proto = IPPROTO_MOBILE,
/freebsd-13-stable/sys/netinet/
H A Din.h193 #define IPPROTO_MOBILE 55 /* IP Mobility */ macro
H A Din_proto.c231 .pr_protocol = IPPROTO_MOBILE,

Completed in 110 milliseconds