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

/external/tcpdump/
H A Dipproto.h84 #ifndef IPPROTO_GRE
85 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Dipproto.c44 { IPPROTO_GRE, "GRE" },
H A Dprint-ip6.c248 case IPPROTO_GRE:
H A Dprint-ip.c449 case IPPROTO_GRE:
/external/strace/xlat/
H A Dinet_protocols.h52 #if defined(IPPROTO_GRE) || (defined(HAVE_DECL_IPPROTO_GRE) && HAVE_DECL_IPPROTO_GRE)
53 XLAT(IPPROTO_GRE),
/external/kernel-headers/original/uapi/linux/
H A Din.h52 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator in enum:__anon22284
53 #define IPPROTO_GRE IPPROTO_GRE macro
/external/iproute2/ip/
H A Diptunnel.c78 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) {
82 p->iph.protocol = IPPROTO_GRE;
215 p->iph.protocol = IPPROTO_GRE;
273 case IPPROTO_GRE:
294 case IPPROTO_GRE:
484 case IPPROTO_GRE:
H A Dtunnel.c49 case IPPROTO_GRE:
H A Dipxfrm.c490 case IPPROTO_GRE:
1290 case IPPROTO_GRE:
H A Dxfrm_policy.c83 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE));
H A Dxfrm_state.c107 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE));
/external/android-clat/
H A Dipv4.c133 } else if (nxthdr == IPPROTO_GRE) {
H A Dipv6.c165 } else if (protocol == IPPROTO_GRE) {
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Din.h157 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro

Completed in 2020 milliseconds