Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dipproto.h92 #ifndef IPPROTO_MOBILE
93 #define IPPROTO_MOBILE 55 macro
H A Dipproto.c42 { IPPROTO_MOBILE, "Mobile IP" },
H A Dprint-ip-demux.c189 case IPPROTO_MOBILE: in ip_demux_print()
/dragonfly/sys/net/gre/
H A Dif_gre.c144 .pr_protocol = IPPROTO_MOBILE,
305 if (sc->g_proto == IPPROTO_MOBILE) { in gre_output_serialized()
406 if (sc->g_proto != IPPROTO_MOBILE) { in gre_output_serialized()
469 sc->g_proto = IPPROTO_MOBILE; in gre_ioctl()
515 case IPPROTO_MOBILE: in gre_ioctl()
/dragonfly/sys/netinet/
H A Dip_gre.c214 if ((sc = gre_lookup(m, IPPROTO_MOBILE)) == NULL) { in gre_mobile_input()
H A Din.h155 #define IPPROTO_MOBILE 55 /* IP Mobility */ macro
H A Din_proto.c204 .pr_protocol = IPPROTO_MOBILE,