Searched refs:IPPROTO_GRE (Results 1 – 25 of 69) sorted by relevance
123
/external/strace/xlat/ |
D | inet_protocols.h | 111 #if defined(IPPROTO_GRE) || (defined(HAVE_DECL_IPPROTO_GRE) && HAVE_DECL_IPPROTO_GRE) 113 static_assert((IPPROTO_GRE) == (47), "IPPROTO_GRE != 47"); 116 # define IPPROTO_GRE 47 259 XLAT(IPPROTO_GRE),
|
D | inet_protocols.in | 17 IPPROTO_GRE 47
|
/external/tcpdump/ |
D | ipproto.h | 83 #ifndef IPPROTO_GRE 84 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
D | ipproto.c | 39 { IPPROTO_GRE, "GRE" },
|
D | print-ip6.c | 402 case IPPROTO_GRE: in ip6_print()
|
/external/iproute2/include/uapi/linux/ |
D | in.h | 55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator 56 #define IPPROTO_GRE IPPROTO_GRE macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator 56 #define IPPROTO_GRE IPPROTO_GRE macro
|
/external/iproute2/ip/ |
D | ip6tunnel.c | 124 if (p->proto == IPPROTO_GRE) { in print_tunnel() 157 p->proto = IPPROTO_GRE; in parse_args() 376 p1.proto = IPPROTO_GRE; in do_tunnels_list() 429 if (p.proto == IPPROTO_GRE) in do_add() 447 if (p.proto == IPPROTO_GRE) in do_del()
|
D | iptunnel.c | 82 set_tunnel_proto(p, IPPROTO_GRE); in parse_args() 198 p->iph.protocol = IPPROTO_GRE; in parse_args() 214 (p->iph.protocol != IPPROTO_GRE)) { in parse_args() 254 case IPPROTO_GRE: in tnl_defname()
|
D | tunnel.c | 48 case IPPROTO_GRE: in tnl_strproto()
|
/external/scapy/scapy/arch/ |
D | solaris.py | 12 socket.IPPROTO_GRE = 47
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | snprintf.c | 25 [IPPROTO_GRE] = "gre",
|
D | objopt.c | 38 case IPPROTO_GRE: in __autocomplete()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_flow_dissector.c | 290 if (cfg_encap_proto == IPPROTO_GRE) in build_packet() 364 case IPPROTO_GRE: in build_packet() 648 cfg_encap_proto = IPPROTO_GRE; in parse_opts()
|
D | bpf_flow.c | 152 case IPPROTO_GRE: in parse_ip_proto()
|
/external/android-clat/ |
D | ipv4.c | 134 } else if (nxthdr == IPPROTO_GRE) { in ipv4_packet()
|
D | ipv6.c | 166 } else if (protocol == IPPROTO_GRE) { in ipv6_packet()
|
/external/python/cpython2/Lib/plat-freebsd4/ |
D | IN.py | 50 IPPROTO_GRE = 47 variable
|
/external/python/cpython2/Lib/plat-freebsd5/ |
D | IN.py | 50 IPPROTO_GRE = 47 variable
|
/external/python/cpython2/Lib/plat-darwin/ |
D | IN.py | 52 IPPROTO_GRE = 47 variable
|
/external/syzkaller/sys/linux/ |
D | vnet_arm64.const | 269 IPPROTO_GRE = 47
|
D | vnet_amd64.const | 269 IPPROTO_GRE = 47
|
D | vnet_arm.const | 269 IPPROTO_GRE = 47
|
D | vnet_386.const | 269 IPPROTO_GRE = 47
|
D | vnet_ppc64le.const | 269 IPPROTO_GRE = 47
|
123