Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Din.h55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
56 #define IPPROTO_GRE IPPROTO_GRE macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/ndk_musl_include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h91 #define IPPROTO_GRE 47 macro
/third_party/toybox/toys/pending/
Dip.c2459 (ptnl->iph.protocol == IPPROTO_GRE ? "gre" : in display_tunnel()
2574 ptnl->iph.protocol = IPPROTO_GRE; in parse_iptunnel_args()
2727 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnellist()
2759 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnelupdate()
/third_party/python/Modules/
Dsocketmodule.c7885 #ifdef IPPROTO_GRE
7886 PyModule_AddIntMacro(m, IPPROTO_GRE);