Home
last modified time | relevance | path

Searched defs:SO_REUSEADDR (Results 1 - 25 of 46) sorted by relevance

12

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h2 #define SO_REUSEADDR 2 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h2 #define SO_REUSEADDR 2 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h8 #define SO_REUSEADDR 0x0004 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h6 #define SO_REUSEADDR 0x0004 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h8 #define SO_REUSEADDR 0x0004 macro
/third_party/python/Lib/test/
H A Dmock_socket.py163 SO_REUSEADDR = None variable
/third_party/python/Modules/
H A Dsocketmodule.h204 # undef SO_REUSEADDR macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs22 pub const SO_REUSEADDR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs19 pub const SO_REUSEADDR: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs20 pub const SO_REUSEADDR: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs7 pub const SO_REUSEADDR: ::c_int = 2; consts
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h201 #define SO_REUSEADDR 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h190 #define SO_REUSEADDR 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h201 #define SO_REUSEADDR 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h201 #define SO_REUSEADDR 2 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h205 #define SO_REUSEADDR 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h201 #define SO_REUSEADDR 2 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h195 #define SO_REUSEADDR 0x0004 /* Allow local address reuse */ macro
/third_party/musl/include/sys/
H A Dsocket.h205 #define SO_REUSEADDR 2 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs471 pub const SO_REUSEADDR: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs503 pub const SO_REUSEADDR: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs903 pub const SO_REUSEADDR: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs773 pub const SO_REUSEADDR: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs690 pub const SO_REUSEADDR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1544 pub const SO_REUSEADDR: ::c_int = 2; consts

Completed in 33 milliseconds

12