Searched refs:IPPROTO_GRE (Results 1 – 16 of 16) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 84 #ifndef IPPROTO_GRE 85 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
D | ipproto.c | 44 { IPPROTO_GRE, "GRE" },
|
D | print-ip6.c | 215 case IPPROTO_GRE: in ip6_print()
|
D | print-ip.c | 501 case IPPROTO_GRE: in ip_print_demux()
|
/external/iproute2/ip/ |
D | iptunnel.c | 78 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()
|
D | tunnel.c | 49 case IPPROTO_GRE: in tnl_strproto()
|
D | ipxfrm.c | 490 case IPPROTO_GRE: in xfrm_selector_print() 1290 case IPPROTO_GRE: in xfrm_selector_upspec_parse()
|
D | xfrm_policy.c | 83 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
|
D | xfrm_state.c | 107 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
|
/external/android-clat/ |
D | ipv4.c | 133 } else if (nxthdr == IPPROTO_GRE) { in ipv4_packet()
|
D | ipv6.c | 164 } else if (protocol == IPPROTO_GRE) { in ipv6_packet()
|
/external/kernel-headers/original/linux/ |
D | in.h | 37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
|
/external/libppp/src/ |
D | ip.c | 335 #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/ |
D | in.h | 157 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
/external/strace/ |
D | net.c | 495 #ifdef IPPROTO_GRE 496 { IPPROTO_GRE, "IPPROTO_GRE" },
|
D | ChangeLog | 461 * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.
|