Searched refs:IPPROTO_GRE (Results 1 – 22 of 22) sorted by relevance
| /src/contrib/tcpdump/ |
| H A D | ipproto.h | 83 #ifndef IPPROTO_GRE 84 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
| H A D | ipproto.c | 37 { IPPROTO_GRE, "GRE" },
|
| H A D | print-ip-demux.c | 183 case IPPROTO_GRE: in ip_demux_print()
|
| /src/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_pptp_pxy.c | 125 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 D | ip_compat.h | 899 #ifndef IPPROTO_GRE 900 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
|
| H A D | ip_state.c | 1255 case IPPROTO_GRE : in ipf_state_matchisps() 1511 case IPPROTO_GRE : in ipf_state_add() 3171 case IPPROTO_GRE : in ipf_state_lookup()
|
| H A D | fil.c | 494 case IPPROTO_GRE : in ipf_pr_ipv6hdr() 1757 case IPPROTO_GRE : in ipf_pr_ipv4hdr() 8296 case IPPROTO_GRE : /* 47 */
|
| /src/cddl/lib/libdtrace/ |
| H A D | ip.d | 146 #pragma D binding "1.5" IPPROTO_GRE 147 inline short IPPROTO_GRE = 47; variable 186 proto == IPPROTO_GRE ? "GRE" :
|
| /src/tools/tools/netmap/ |
| H A D | pkt_hash.c | 183 case IPPROTO_GRE: in decode_ip_n_hash() 259 case IPPROTO_GRE: in decode_ipv6_n_hash()
|
| /src/usr.sbin/ppp/ |
| H A D | ip.c | 335 #ifdef IPPROTO_GRE in FilterCheck() 336 case IPPROTO_GRE: in FilterCheck() 710 #ifdef IPPROTO_GRE in PacketCheck() 711 case IPPROTO_GRE: in PacketCheck()
|
| /src/sys/netinet6/ |
| H A D | ip6_gre.c | 366 sc->gre_oip6.ip6_nxt = IPPROTO_GRE; in in6_gre_attach() 539 .proto = IPPROTO_GRE,
|
| H A D | ip6_input.c | 303 IP6PROTO_REGISTER(IPPROTO_GRE, encap6_input, NULL); in ip6_init()
|
| /src/sys/netinet/ |
| H A D | ip_gre.c | 364 sc->gre_oip.ip_p = IPPROTO_GRE; in in_gre_attach() 548 .proto = IPPROTO_GRE,
|
| H A D | in.h | 182 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
| H A D | ip_input.c | 370 IPPROTO_REGISTER(IPPROTO_GRE, encap4_input, NULL); in ip_init()
|
| /src/sys/netipsec/ |
| H A D | ipsec_input.c | 266 case IPPROTO_GRE: in ipsec4_input() 528 case IPPROTO_GRE: in ipsec6_lasthdr()
|
| /src/sbin/ipf/libipf/ |
| H A D | printstate.c | 77 } else if (sp->is_p == IPPROTO_GRE) { in printstate()
|
| /src/usr.sbin/traceroute/ |
| H A D | traceroute.c | 271 #ifndef IPPROTO_GRE 272 #define IPPROTO_GRE 47 macro 446 IPPROTO_GRE,
|
| /src/sys/netgraph/ |
| H A D | ng_ksocket.c | 151 { "gre", IPPROTO_GRE, PF_INET }, 163 { "gre6", IPPROTO_GRE, PF_INET6 },
|
| /src/sys/netinet/libalias/ |
| H A D | alias.c | 1391 case IPPROTO_GRE: { in LibAliasInLocked() 1545 case IPPROTO_GRE: { in LibAliasOutLocked()
|
| /src/crypto/krb5/src/util/support/ |
| H A D | fake-addrinfo.c | 362 #ifdef IPPROTO_GRE in protoname()
|
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1751 case IPPROTO_GRE: /* RFC 1701 */ in ipfw_chk()
|