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

/freebsd-current/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-ip-demux.c185 case IPPROTO_GRE:
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_pptp_pxy.c125 if (ipf_nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_osrcip,
180 ipn->in_pr[0] = IPPROTO_GRE;
181 ipn->in_pr[1] = IPPROTO_GRE;
206 fi.fin_fi.fi_p = IPPROTO_GRE;
217 ip->ip_p = IPPROTO_GRE;
H A Dip_compat.h902 #ifndef IPPROTO_GRE
903 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
H A Dip_state.c1252 case IPPROTO_GRE :
1508 case IPPROTO_GRE :
3183 case IPPROTO_GRE :
H A Dfil.c486 case IPPROTO_GRE :
1750 case IPPROTO_GRE :
8224 case IPPROTO_GRE : /* 47 */
/freebsd-current/tools/tools/netmap/
H A Dpkt_hash.c183 case IPPROTO_GRE:
259 case IPPROTO_GRE:
/freebsd-current/cddl/lib/libdtrace/
H A Dip.d146 #pragma D binding "1.5" IPPROTO_GRE
147 inline short IPPROTO_GRE = 47;
186 proto == IPPROTO_GRE ? "GRE" :
/freebsd-current/sbin/ipf/libipf/
H A Dprintstate.c77 } else if (sp->is_p == IPPROTO_GRE) {
/freebsd-current/usr.sbin/ppp/
H A Dip.c335 #ifdef IPPROTO_GRE
336 case IPPROTO_GRE:
710 #ifdef IPPROTO_GRE
711 case IPPROTO_GRE:
/freebsd-current/sys/netinet6/
H A Dip6_gre.c367 sc->gre_oip6.ip6_nxt = IPPROTO_GRE;
540 .proto = IPPROTO_GRE,
H A Dip6_input.c293 IP6PROTO_REGISTER(IPPROTO_GRE, encap6_input, NULL);
/freebsd-current/sys/netinet/
H A Dip_gre.c365 sc->gre_oip.ip_p = IPPROTO_GRE;
549 .proto = IPPROTO_GRE,
H A Din.h182 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Dip_input.c369 IPPROTO_REGISTER(IPPROTO_GRE, encap4_input, NULL);
/freebsd-current/sys/netipsec/
H A Dipsec_input.c260 case IPPROTO_GRE:
519 case IPPROTO_GRE:
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c271 #ifndef IPPROTO_GRE
272 #define IPPROTO_GRE 47 macro
446 IPPROTO_GRE,
/freebsd-current/sys/netinet/libalias/
H A Dalias.c1372 case IPPROTO_GRE: {
1526 case IPPROTO_GRE: {
/freebsd-current/sys/netgraph/
H A Dng_ksocket.c144 { "gre", IPPROTO_GRE, PF_INET },
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c1699 case IPPROTO_GRE: /* RFC 1701 */

Completed in 314 milliseconds