Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dinet_protocols.h111 #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),
Dinet_protocols.in17 IPPROTO_GRE 47
/external/tcpdump/
Dipproto.h83 #ifndef IPPROTO_GRE
84 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
Dipproto.c39 { IPPROTO_GRE, "GRE" },
Dprint-ip6.c402 case IPPROTO_GRE: in ip6_print()
/external/iproute2/include/uapi/linux/
Din.h55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
56 #define IPPROTO_GRE IPPROTO_GRE macro
/external/kernel-headers/original/uapi/linux/
Din.h55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
56 #define IPPROTO_GRE IPPROTO_GRE macro
/external/iproute2/ip/
Dip6tunnel.c124 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()
Diptunnel.c82 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()
Dtunnel.c48 case IPPROTO_GRE: in tnl_strproto()
/external/scapy/scapy/arch/
Dsolaris.py12 socket.IPPROTO_GRE = 47
/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf.c25 [IPPROTO_GRE] = "gre",
Dobjopt.c38 case IPPROTO_GRE: in __autocomplete()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_flow_dissector.c290 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()
Dbpf_flow.c152 case IPPROTO_GRE: in parse_ip_proto()
/external/android-clat/
Dipv4.c134 } else if (nxthdr == IPPROTO_GRE) { in ipv4_packet()
Dipv6.c166 } else if (protocol == IPPROTO_GRE) { in ipv6_packet()
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py50 IPPROTO_GRE = 47 variable
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py50 IPPROTO_GRE = 47 variable
/external/python/cpython2/Lib/plat-darwin/
DIN.py52 IPPROTO_GRE = 47 variable
/external/syzkaller/sys/linux/
Dvnet_arm64.const269 IPPROTO_GRE = 47
Dvnet_amd64.const269 IPPROTO_GRE = 47
Dvnet_arm.const269 IPPROTO_GRE = 47
Dvnet_386.const269 IPPROTO_GRE = 47
Dvnet_ppc64le.const269 IPPROTO_GRE = 47

123