/third_party/musl/arch/powerpc/bits/ |
D | socket.h | 20 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | socket.h | 22 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 21 #define SO_ACCEPTCONN 0x1009 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 21 #define SO_ACCEPTCONN 0x1009 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 21 #define SO_ACCEPTCONN 0x1009 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 61 C(SO_ACCEPTCONN) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 35 pub const SO_ACCEPTCONN: ::c_int = 0x8000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 41 pub const SO_ACCEPTCONN: ::c_int = 30; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 40 pub const SO_ACCEPTCONN: ::c_int = 0x1009; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 54 pub const SO_ACCEPTCONN: ::c_int = 30; constant
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 219 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 219 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 223 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 208 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 223 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 219 #define SO_ACCEPTCONN 30 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 219 #define SO_ACCEPTCONN 30 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 343 SO_ACCEPTCONN
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 204 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 470 pub const SO_ACCEPTCONN: ::c_int = 0x0002; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 502 pub const SO_ACCEPTCONN: ::c_int = 0x0002; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 902 pub const SO_ACCEPTCONN: ::c_int = 0x0002; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 710 pub const SO_ACCEPTCONN: ::c_int = 30; constant
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 647 libc::SO_ACCEPTCONN,
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1559 pub const SO_ACCEPTCONN: ::c_int = 30; constant
|