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

/external/tcpdump/
H A Dipproto.h82 #ifndef IPPROTO_GRE
83 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Dipproto.c40 { IPPROTO_GRE, "GRE" },
H A Dprint-ip6.c246 case IPPROTO_GRE:
H A Dprint-ip.c448 case IPPROTO_GRE:
/external/iproute2/include/linux/
H A Din.h54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator in enum:__anon7291
55 #define IPPROTO_GRE IPPROTO_GRE macro
/external/kernel-headers/original/uapi/linux/
H A Din.h54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator in enum:__anon8136
55 #define IPPROTO_GRE IPPROTO_GRE macro
/external/strace/xlat/
H A Dinet_protocols.h59 #if defined(IPPROTO_GRE) || (defined(HAVE_DECL_IPPROTO_GRE) && HAVE_DECL_IPPROTO_GRE)
60 XLAT(IPPROTO_GRE),
/external/iproute2/ip/
H A Dip6tunnel.c112 if (p->proto == IPPROTO_GRE) {
156 p->proto = IPPROTO_GRE;
368 p1.proto = IPPROTO_GRE;
421 if (p.proto == IPPROTO_GRE)
439 if (p.proto == IPPROTO_GRE)
H A Diptunnel.c84 set_tunnel_proto(p, IPPROTO_GRE);
200 p->iph.protocol = IPPROTO_GRE;
216 (p->iph.protocol != IPPROTO_GRE)) {
256 case IPPROTO_GRE:
H A Dtunnel.c48 case IPPROTO_GRE:
H A Dipxfrm.c489 case IPPROTO_GRE:
1366 case IPPROTO_GRE:
H A Dxfrm_policy.c79 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE));
H A Dxfrm_state.c105 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/iproute2/examples/bpf/
H A Dbpf_prog.c268 if (*ip_proto != IPPROTO_GRE) {
330 case IPPROTO_GRE: {
/external/toybox/toys/pending/
H A Dip.c2349 (ptnl->iph.protocol == IPPROTO_GRE ? "gre" :
2464 ptnl->iph.protocol = IPPROTO_GRE;
2617 else if (iptnl.iph.protocol == IPPROTO_GRE)
2649 else if (iptnl.iph.protocol == IPPROTO_GRE)

Completed in 173 milliseconds