Searched refs:IPPROTO_GRE (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/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" },
119 "gre", /* 47 (IPPROTO_GRE, Generic Routing
H A Dprint-ip6.c402 case IPPROTO_GRE:
H A Dprint-ip.c467 case IPPROTO_GRE:
/freebsd-11-stable/sys/netinet6/
H A Dip6_gre.c68 .pr_protocol = IPPROTO_GRE,
141 sc->gre_ecookie = encap_attach_func(AF_INET6, IPPROTO_GRE,
H A Din6_proto.c299 .pr_protocol = IPPROTO_GRE,
/freebsd-11-stable/sys/netinet/
H A Dip_gre.c74 .pr_protocol = IPPROTO_GRE,
162 sc->gre_ecookie = encap_attach_func(AF_INET, IPPROTO_GRE,
H A Din.h183 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Din_proto.c251 .pr_protocol = IPPROTO_GRE,
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dip.d148 #pragma D binding "1.5" IPPROTO_GRE
149 inline short IPPROTO_GRE = 47;
186 proto == IPPROTO_GRE ? "GRE" :
/freebsd-11-stable/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.h917 #ifndef IPPROTO_GRE
918 # 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.c495 case IPPROTO_GRE :
1782 case IPPROTO_GRE :
8498 case IPPROTO_GRE : /* 47 */
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c181 case IPPROTO_GRE:
257 case IPPROTO_GRE:
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintstate.c81 } else if (sp->is_p == IPPROTO_GRE) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c337 #ifdef IPPROTO_GRE
338 case IPPROTO_GRE:
712 #ifdef IPPROTO_GRE
713 case IPPROTO_GRE:
/freebsd-11-stable/sys/net/
H A Dif_gre.c515 sc->gre_oip.ip_p = IPPROTO_GRE;
523 sc->gre_oip6.ip6_nxt = IPPROTO_GRE;
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c288 #ifndef IPPROTO_GRE
289 #define IPPROTO_GRE 47 macro
473 IPPROTO_GRE,
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.c1382 case IPPROTO_GRE: {
1540 case IPPROTO_GRE: {
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c145 { "gre", IPPROTO_GRE, PF_INET },
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1622 case IPPROTO_GRE: /* RFC 1701 */

Completed in 313 milliseconds