Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs159 /// `IPPROTO_IPIP`
160 pub const IPIP: Self = Self(c::IPPROTO_IPIP as _);
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h78 #define IPPROTO_IPIP 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h79 #define IPPROTO_IPIP 4 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h79 #define IPPROTO_IPIP 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h79 #define IPPROTO_IPIP 4 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h79 #define IPPROTO_IPIP 4 macro
/third_party/musl/include/netinet/
H A Din.h78 #define IPPROTO_IPIP 4 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs458 /// `IPPROTO_IPIP`
460 pub const IPIP: Self = Self(c::IPPROTO_IPIP as _);
/third_party/toybox/toys/pending/
H A Dip.c2454 printf("%s: %s/ip", ptnl->name, ptnl->iph.protocol == IPPROTO_IPIP ? "ip" : in display_tunnel()
2568 ptnl->iph.protocol = IPPROTO_IPIP; in parse_iptunnel_args()
2692 if (ptnl->iph.protocol == IPPROTO_IPIP || in parse_iptunnel_args()
2721 if (iptnl.iph.protocol == IPPROTO_IPIP) in tunnellist()
2753 if (iptnl.iph.protocol == IPPROTO_IPIP) in tunnelupdate()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2693 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2725 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2692 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2724 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2672 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2704 IPPROTO_IPIP = 4,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1014 pub const IPPROTO_IPIP: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs854 pub const IPPROTO_IPIP: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1175 pub const IPPROTO_IPIP: ::c_int = 4; consts
/third_party/python/Modules/
H A Dsocketmodule.c7986 #ifdef IPPROTO_IPIP
7987 PyModule_AddIntMacro(m, IPPROTO_IPIP);
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2808 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2840 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2877 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2909 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2830 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2862 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2941 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2973 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2776 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2808 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3041 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
3073 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2745 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2777 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3017 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
3049 IPPROTO_IPIP = 4,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2723 pub const IPPROTO_IPIP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_IPIP; consts
2755 IPPROTO_IPIP = 4,

Completed in 229 milliseconds

12