Home
last modified time | relevance | path

Searched refs:IPPROTO_MPTCP (Results 1 – 25 of 27) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs20 IPPROTO_MPTCP, IPPROTO_MTP, IPPROTO_PIM, IPPROTO_PUP, IPPROTO_RAW, IPPROTO_ROUTING,
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs206 pub const MPTCP: Self = Self(c::IPPROTO_MPTCP as _);
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h108 #define IPPROTO_MPTCP 262 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h107 #define IPPROTO_MPTCP 262 macro
/third_party/musl/include/netinet/
Din.h107 #define IPPROTO_MPTCP 262 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs593 pub const MPTCP: Self = Self(c::IPPROTO_MPTCP as _);
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst376 It's now possible to create MPTCP sockets with IPPROTO_MPTCP
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2715 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2747 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs2716 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2748 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt985 IPPROTO_MPTCP
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs2900 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2932 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs3064 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
3096 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs2746 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2778 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs2768 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2800 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2829 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2861 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs2757 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2789 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs2799 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2831 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs3040 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
3072 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs2695 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2727 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs2964 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2996 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2831 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2863 IPPROTO_MPTCP = 262, enumerator
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs2853 pub const IPPROTO_MPTCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_MPTCP; constant
2885 IPPROTO_MPTCP = 262, enumerator
/third_party/python/Modules/
Dsocketmodule.c7927 #ifdef IPPROTO_MPTCP
7928 PyModule_AddIntMacro(m, IPPROTO_MPTCP);
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1806 pub const IPPROTO_MPTCP: ::c_int = 262; constant
/third_party/python/Doc/library/
Dsocket.rst623 The IPPROTO_MPTCP protocol was added.

12