Home
last modified time | relevance | path

Searched refs:IPPROTO_GRE (Results 1 – 16 of 16) sorted by relevance

/external/tcpdump/
Dipproto.h84 #ifndef IPPROTO_GRE
85 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
Dipproto.c44 { IPPROTO_GRE, "GRE" },
Dprint-ip6.c215 case IPPROTO_GRE: in ip6_print()
Dprint-ip.c501 case IPPROTO_GRE: in ip_print_demux()
/external/iproute2/ip/
Diptunnel.c78 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) { in parse_args()
82 p->iph.protocol = IPPROTO_GRE; in parse_args()
215 p->iph.protocol = IPPROTO_GRE; in parse_args()
273 case IPPROTO_GRE: in do_add()
294 case IPPROTO_GRE: in do_del()
484 case IPPROTO_GRE: in do_show()
Dtunnel.c49 case IPPROTO_GRE: in tnl_strproto()
Dipxfrm.c490 case IPPROTO_GRE: in xfrm_selector_print()
1290 case IPPROTO_GRE: in xfrm_selector_upspec_parse()
Dxfrm_policy.c83 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
Dxfrm_state.c107 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
/external/android-clat/
Dipv4.c133 } else if (nxthdr == IPPROTO_GRE) { in ipv4_packet()
Dipv6.c164 } else if (protocol == IPPROTO_GRE) { in ipv6_packet()
/external/kernel-headers/original/linux/
Din.h37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
/external/libppp/src/
Dip.c335 #ifdef IPPROTO_GRE in FilterCheck()
336 case IPPROTO_GRE: in FilterCheck()
710 #ifdef IPPROTO_GRE in PacketCheck()
711 case IPPROTO_GRE: in PacketCheck()
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
Din.h157 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
/external/strace/
Dnet.c495 #ifdef IPPROTO_GRE
496 { IPPROTO_GRE, "IPPROTO_GRE" },
DChangeLog461 * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.