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

/freebsd-10.0-release/contrib/tcpdump/
H A Dipproto.h85 #ifndef IPPROTO_GRE
86 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Dipproto.c44 { IPPROTO_GRE, "GRE" },
H A Dprint-ip6.c250 case IPPROTO_GRE:
H A Dprint-ip.c451 case IPPROTO_GRE:
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dip.d148 #pragma D binding "1.0" IPPROTO_GRE
149 inline short IPPROTO_GRE = 47;
186 proto == IPPROTO_GRE ? "GRE" :
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c129 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 Dip_compat.h1131 #ifndef IPPROTO_GRE
1132 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
H A Dip_state.c1294 case IPPROTO_GRE :
1554 case IPPROTO_GRE :
3248 case IPPROTO_GRE :
H A Dfil.c533 case IPPROTO_GRE :
1790 case IPPROTO_GRE :
8433 case IPPROTO_GRE : /* 47 */
/freebsd-10.0-release/sys/net/
H A Dif_gre.c128 .pr_protocol = IPPROTO_GRE,
205 sc->g_proto = IPPROTO_GRE;
423 } else if (sc->g_proto == IPPROTO_GRE) {
475 if (sc->g_proto == IPPROTO_GRE) {
545 sc->g_proto = IPPROTO_GRE;
628 case IPPROTO_GRE:
680 sintosa(&dm), (sc->g_proto == IPPROTO_GRE) ?
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintstate.c81 } else if (sp->is_p == IPPROTO_GRE) {
/freebsd-10.0-release/sys/netinet/
H A Dip_gre.c37 * This currently handles IPPROTO_GRE, IPPROTO_MOBILE
98 * IPPROTO_GRE and a local destination address).
149 case IPPROTO_GRE:
H A Din.h183 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Din_proto.c286 .pr_protocol = IPPROTO_GRE,
/freebsd-10.0-release/usr.sbin/ppp/
H A Dip.c335 #ifdef IPPROTO_GRE
336 case IPPROTO_GRE:
710 #ifdef IPPROTO_GRE
711 case IPPROTO_GRE:
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c280 #ifndef IPPROTO_GRE
281 #define IPPROTO_GRE 47 macro
438 IPPROTO_GRE,
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias.c1349 case IPPROTO_GRE: {
1499 case IPPROTO_GRE: {
/freebsd-10.0-release/sys/netgraph/
H A Dng_ksocket.c147 { "gre", IPPROTO_GRE, PF_INET },

Completed in 195 milliseconds