Home
last modified time | relevance | path

Searched refs:SO_ACCEPTCONN (Results 1 - 25 of 48) sorted by relevance

12

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

Completed in 35 milliseconds

12