| /freebsd-12.1/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 | 39 { IPPROTO_GRE, "GRE" },
|
| H A D | print-ip6.c | 402 case IPPROTO_GRE: in ip6_print()
|
| H A D | print-ip.c | 467 case IPPROTO_GRE: in ip_print_demux()
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_pptp_pxy.c | 129 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 D | ip_compat.h | 943 #ifndef IPPROTO_GRE 944 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
|
| H A D | ip_state.c | 1297 case IPPROTO_GRE : 1557 case IPPROTO_GRE : 3261 case IPPROTO_GRE :
|
| H A D | fil.c | 499 case IPPROTO_GRE : 1786 case IPPROTO_GRE : 8499 case IPPROTO_GRE : /* 47 */
|
| /freebsd-12.1/cddl/lib/libdtrace/ |
| H A D | ip.d | 148 #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 D | pkt_hash.c | 181 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 D | ip.c | 337 #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 D | ip_gre.c | 380 sc->gre_oip.ip_p = IPPROTO_GRE; in in_gre_attach() 562 .proto = IPPROTO_GRE,
|
| H A D | in_proto.c | 253 .pr_protocol = IPPROTO_GRE,
|
| H A D | in.h | 185 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | ip6_gre.c | 384 sc->gre_oip6.ip6_nxt = IPPROTO_GRE; in in6_gre_attach() 557 .proto = IPPROTO_GRE,
|
| H A D | in6_proto.c | 301 .pr_protocol = IPPROTO_GRE,
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | printstate.c | 78 } else if (sp->is_p == IPPROTO_GRE) { in printstate()
|
| /freebsd-12.1/contrib/traceroute/ |
| H A D | traceroute.c | 289 #ifndef IPPROTO_GRE 290 #define IPPROTO_GRE 47 macro 474 IPPROTO_GRE,
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | alias.c | 1384 case IPPROTO_GRE: { in LibAliasInLocked() 1534 case IPPROTO_GRE: { in LibAliasOutLocked()
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 145 { "gre", IPPROTO_GRE, PF_INET },
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1624 case IPPROTO_GRE: /* RFC 1701 */ in ipfw_chk()
|