Home
last modified time | relevance | path

Searched refs:SO_ACCEPTCONN (Results 1 – 25 of 51) sorted by relevance

123

/third_party/musl/arch/powerpc/bits/
Dsocket.h20 #define SO_ACCEPTCONN 30 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h22 #define SO_ACCEPTCONN 30 macro
/third_party/musl/arch/mips/bits/
Dsocket.h21 #define SO_ACCEPTCONN 0x1009 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h21 #define SO_ACCEPTCONN 0x1009 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h21 #define SO_ACCEPTCONN 0x1009 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c61 C(SO_ACCEPTCONN) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs35 pub const SO_ACCEPTCONN: ::c_int = 0x8000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs41 pub const SO_ACCEPTCONN: ::c_int = 30; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs40 pub const SO_ACCEPTCONN: ::c_int = 0x1009; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs54 pub const SO_ACCEPTCONN: ::c_int = 30; constant
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h223 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h208 #define SO_ACCEPTCONN 30 macro
/third_party/musl/include/sys/
Dsocket.h223 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt343 SO_ACCEPTCONN
/third_party/lwip/src/include/lwip/
Dsockets.h204 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs470 pub const SO_ACCEPTCONN: ::c_int = 0x0002; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs502 pub const SO_ACCEPTCONN: ::c_int = 0x0002; constant
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs902 pub const SO_ACCEPTCONN: ::c_int = 0x0002; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs710 pub const SO_ACCEPTCONN: ::c_int = 30; constant
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs647 libc::SO_ACCEPTCONN,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1559 pub const SO_ACCEPTCONN: ::c_int = 30; constant

123