Home
last modified time | relevance | path

Searched refs:IPPROTO_GRE (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dipproto.h83 #ifndef IPPROTO_GRE
84 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Dipproto.c39 { IPPROTO_GRE, "GRE" },
H A Dprint-ip-demux.c185 case IPPROTO_GRE: in ip_demux_print()
/dragonfly/sys/net/gre/
H A Dif_gre.c128 .pr_protocol = IPPROTO_GRE,
205 sc->g_proto = IPPROTO_GRE; in gre_clone_create()
374 } else if (sc->g_proto == IPPROTO_GRE) { in gre_output_serialized()
398 if (sc->g_proto == IPPROTO_GRE) { in gre_output_serialized()
467 sc->g_proto = IPPROTO_GRE; in gre_ioctl()
512 case IPPROTO_GRE: in gre_ioctl()
565 sintosa(&dm), (sc->g_proto == IPPROTO_GRE) ? in gre_ioctl()
/dragonfly/usr.sbin/ppp/
H A Dip.c310 #ifdef IPPROTO_GRE in FilterCheck()
311 case IPPROTO_GRE: in FilterCheck()
684 #ifdef IPPROTO_GRE in PacketCheck()
685 case IPPROTO_GRE: in PacketCheck()
/dragonfly/sys/netinet/
H A Dip_gre.c147 case IPPROTO_GRE: in gre_input2()
H A Din.h147 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Din_proto.c219 .pr_protocol = IPPROTO_GRE,
/dragonfly/lib/libalias/
H A Dalias.c1262 case IPPROTO_GRE: in PacketAliasIn()
1375 case IPPROTO_GRE: in PacketAliasOut()
/dragonfly/sys/netgraph/ksocket/
H A Dng_ksocket.c147 { "gre", IPPROTO_GRE, PF_INET },
/dragonfly/sys/netgraph7/ksocket/
H A Dng_ksocket.c147 { "gre", IPPROTO_GRE, PF_INET },