Home
last modified time | relevance | path

Searched defs:SOL_SOCKET (Results 1 – 25 of 49) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs44 pub const SOL_SOCKET: ::c_int = 65535; constant
/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs46 pub const SOL_SOCKET: ::c_int = 65535; constant
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs77 pub const SOL_SOCKET: ::c_int = 0xfff; constant
/third_party/musl/arch/mipsn32/bits/
Dsocket.h4 #define SOL_SOCKET 65535 macro
/third_party/musl/arch/mips/bits/
Dsocket.h4 #define SOL_SOCKET 65535 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h3 #define SOL_SOCKET 65535 macro
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs24 pub(crate) const SOL_SOCKET: i32 = WinSock::SOL_SOCKET as _; constant
/third_party/python/Lib/test/
Dmock_socket.py162 SOL_SOCKET = None variable
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs126 pub const SOL_SOCKET: ::c_int = 65535; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs3 pub const SOL_SOCKET: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs15 pub const SOL_SOCKET: ::c_int = 0xffff; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs18 pub const SOL_SOCKET: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs15 pub const SOL_SOCKET: ::c_int = 0xffff; constant
/third_party/libwebsockets/include/
Dlibwebsockets.h484 #define SOL_SOCKET 1 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h298 #define SOL_SOCKET 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h294 #define SOL_SOCKET 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h294 #define SOL_SOCKET 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h296 #define SOL_SOCKET 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h294 #define SOL_SOCKET 1 macro
/third_party/musl/include/sys/
Dsocket.h296 #define SOL_SOCKET 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h285 #define SOL_SOCKET 1 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h300 #define SOL_SOCKET 1 macro
/third_party/lwip/src/include/lwip/
Dsockets.h234 #define SOL_SOCKET 0xfff /* options for socket level */ macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs926 pub const SOL_SOCKET: ::c_int = 0xfff; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs721 pub const SOL_SOCKET: ::c_int = 1; constant

12