| /freebsd-13.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-13.1/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 | 910 #ifndef IPPROTO_GRE 911 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
|
| H A D | ip_state.c | 1269 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 D | fil.c | 492 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 D | ip.d | 148 #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 D | pkt_hash.c | 184 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 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-13.1/sys/netinet/ |
| H A D | ip_gre.c | 379 sc->gre_oip.ip_p = IPPROTO_GRE; in in_gre_attach() 561 .proto = IPPROTO_GRE,
|
| H A D | in_proto.c | 249 .pr_protocol = IPPROTO_GRE,
|
| H A D | in.h | 185 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | ip6_gre.c | 383 sc->gre_oip6.ip6_nxt = IPPROTO_GRE; in in6_gre_attach() 556 .proto = IPPROTO_GRE,
|
| H A D | in6_proto.c | 297 .pr_protocol = IPPROTO_GRE,
|
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | printstate.c | 78 } else if (sp->is_p == IPPROTO_GRE) { in printstate()
|
| /freebsd-13.1/contrib/traceroute/ |
| H A D | traceroute.c | 289 #ifndef IPPROTO_GRE 290 #define IPPROTO_GRE 47 macro 474 IPPROTO_GRE,
|
| /freebsd-13.1/sys/netinet/libalias/ |
| H A D | alias.c | 1375 case IPPROTO_GRE: { in LibAliasInLocked() 1529 case IPPROTO_GRE: { in LibAliasOutLocked()
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 145 { "gre", IPPROTO_GRE, PF_INET },
|
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1686 case IPPROTO_GRE: /* RFC 1701 */ in ipfw_chk()
|