Home
last modified time | relevance | path

Searched refs:IPPROTO_GRE (Results 1 - 25 of 32) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs179 /// `IPPROTO_GRE`
180 pub const GRE: Self = Self(c::IPPROTO_GRE as _);
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h90 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h91 #define IPPROTO_GRE 47 macro
/third_party/musl/include/netinet/
H A Din.h90 #define IPPROTO_GRE 47 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs494 /// `IPPROTO_GRE`
496 pub const GRE: Self = Self(c::IPPROTO_GRE as _);
/third_party/toybox/toys/pending/
H A Dip.c2455 (ptnl->iph.protocol == IPPROTO_GRE ? "gre" : in display_tunnel()
2570 ptnl->iph.protocol = IPPROTO_GRE; in parse_iptunnel_args()
2723 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnellist()
2755 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnelupdate()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2703 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2735 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2702 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2734 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2682 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2714 IPPROTO_GRE = 47,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1033 pub const IPPROTO_GRE: ::c_int = 47; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs875 pub const IPPROTO_GRE: ::c_int = 47; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1256 pub const IPPROTO_GRE: ::c_int = 47; consts
/third_party/python/Modules/
H A Dsocketmodule.c8037 #ifdef IPPROTO_GRE
8038 PyModule_AddIntMacro(m, IPPROTO_GRE);
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2818 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2850 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2887 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2919 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2840 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2872 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2951 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2983 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2786 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2818 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3051 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
3083 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2755 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2787 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3027 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
3059 IPPROTO_GRE = 47,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2733 pub const IPPROTO_GRE: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_GRE; consts
2765 IPPROTO_GRE = 47,

Completed in 231 milliseconds

12