Home
last modified time | relevance | path

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

/freebsd-12.1/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-ip6.c402 case IPPROTO_GRE: in ip6_print()
H A Dprint-ip.c467 case IPPROTO_GRE: in ip_print_demux()
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c129 if (ipf_nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_osrcip,
184 ipn->in_pr[0] = IPPROTO_GRE;
185 ipn->in_pr[1] = IPPROTO_GRE;
213 fi.fin_fi.fi_p = IPPROTO_GRE;
224 ip->ip_p = IPPROTO_GRE;
H A Dip_compat.h943 #ifndef IPPROTO_GRE
944 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
H A Dip_state.c1297 case IPPROTO_GRE :
1557 case IPPROTO_GRE :
3261 case IPPROTO_GRE :
H A Dfil.c499 case IPPROTO_GRE :
1786 case IPPROTO_GRE :
8499 case IPPROTO_GRE : /* 47 */
/freebsd-12.1/cddl/lib/libdtrace/
H A Dip.d148 #pragma D binding "1.5" IPPROTO_GRE
149 inline short IPPROTO_GRE = 47; variable
188 proto == IPPROTO_GRE ? "GRE" :
/freebsd-12.1/tools/tools/netmap/
H A Dpkt_hash.c181 case IPPROTO_GRE: in decode_ip_n_hash()
257 case IPPROTO_GRE: in decode_ipv6_n_hash()
/freebsd-12.1/usr.sbin/ppp/
H A Dip.c337 #ifdef IPPROTO_GRE in FilterCheck()
338 case IPPROTO_GRE: in FilterCheck()
712 #ifdef IPPROTO_GRE in PacketCheck()
713 case IPPROTO_GRE: in PacketCheck()
/freebsd-12.1/sys/netinet/
H A Dip_gre.c380 sc->gre_oip.ip_p = IPPROTO_GRE; in in_gre_attach()
562 .proto = IPPROTO_GRE,
H A Din_proto.c253 .pr_protocol = IPPROTO_GRE,
H A Din.h185 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
/freebsd-12.1/sys/netinet6/
H A Dip6_gre.c384 sc->gre_oip6.ip6_nxt = IPPROTO_GRE; in in6_gre_attach()
557 .proto = IPPROTO_GRE,
H A Din6_proto.c301 .pr_protocol = IPPROTO_GRE,
/freebsd-12.1/contrib/ipfilter/lib/
H A Dprintstate.c78 } else if (sp->is_p == IPPROTO_GRE) { in printstate()
/freebsd-12.1/contrib/traceroute/
H A Dtraceroute.c289 #ifndef IPPROTO_GRE
290 #define IPPROTO_GRE 47 macro
474 IPPROTO_GRE,
/freebsd-12.1/sys/netinet/libalias/
H A Dalias.c1384 case IPPROTO_GRE: { in LibAliasInLocked()
1534 case IPPROTO_GRE: { in LibAliasOutLocked()
/freebsd-12.1/sys/netgraph/
H A Dng_ksocket.c145 { "gre", IPPROTO_GRE, PF_INET },
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw2.c1624 case IPPROTO_GRE: /* RFC 1701 */ in ipfw_chk()