Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_pptp_pxy.c125 if (ipf_nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_osrcip, in ipf_p_pptp_new()
180 ipn->in_pr[0] = IPPROTO_GRE; in ipf_p_pptp_new()
181 ipn->in_pr[1] = IPPROTO_GRE; in ipf_p_pptp_new()
206 fi.fin_fi.fi_p = IPPROTO_GRE; in ipf_p_pptp_donatstate()
217 ip->ip_p = IPPROTO_GRE; in ipf_p_pptp_donatstate()
H A Dip_compat.h910 #ifndef IPPROTO_GRE
911 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
H A Dip_state.c1269 case IPPROTO_GRE : in ipf_state_matchisps()
1525 case IPPROTO_GRE : in ipf_state_add()
3200 case IPPROTO_GRE : in ipf_state_lookup()
H A Dfil.c492 case IPPROTO_GRE : in ipf_pr_ipv6hdr()
1753 case IPPROTO_GRE : in ipf_pr_ipv4hdr()
8224 case IPPROTO_GRE : /* 47 */
/freebsd-13.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-13.1/tools/tools/netmap/
H A Dpkt_hash.c184 case IPPROTO_GRE: in decode_ip_n_hash()
260 case IPPROTO_GRE: in decode_ipv6_n_hash()
/freebsd-13.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-13.1/sys/netinet/
H A Dip_gre.c379 sc->gre_oip.ip_p = IPPROTO_GRE; in in_gre_attach()
561 .proto = IPPROTO_GRE,
H A Din_proto.c249 .pr_protocol = IPPROTO_GRE,
H A Din.h185 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
/freebsd-13.1/sys/netinet6/
H A Dip6_gre.c383 sc->gre_oip6.ip6_nxt = IPPROTO_GRE; in in6_gre_attach()
556 .proto = IPPROTO_GRE,
H A Din6_proto.c297 .pr_protocol = IPPROTO_GRE,
/freebsd-13.1/sbin/ipf/libipf/
H A Dprintstate.c78 } else if (sp->is_p == IPPROTO_GRE) { in printstate()
/freebsd-13.1/contrib/traceroute/
H A Dtraceroute.c289 #ifndef IPPROTO_GRE
290 #define IPPROTO_GRE 47 macro
474 IPPROTO_GRE,
/freebsd-13.1/sys/netinet/libalias/
H A Dalias.c1375 case IPPROTO_GRE: { in LibAliasInLocked()
1529 case IPPROTO_GRE: { in LibAliasOutLocked()
/freebsd-13.1/sys/netgraph/
H A Dng_ksocket.c145 { "gre", IPPROTO_GRE, PF_INET },
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw2.c1686 case IPPROTO_GRE: /* RFC 1701 */ in ipfw_chk()