Home
last modified time | relevance | path

Searched defs:SO_KEEPALIVE (Results 1 - 25 of 44) sorted by relevance

12

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 9 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 9 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h7 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 0x0008 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs29 pub const SO_KEEPALIVE: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs20 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs21 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs14 pub const SO_KEEPALIVE: ::c_int = 9; consts
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h197 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h212 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h196 #define SO_KEEPALIVE 0x0008 /* keep connections alive */ macro
/third_party/musl/include/sys/
H A Dsocket.h212 #define SO_KEEPALIVE 9 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs472 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs504 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs904 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs774 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs697 pub const SO_KEEPALIVE: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1551 pub const SO_KEEPALIVE: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs997 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1222 pub const SO_KEEPALIVE: ::c_int = 0x00000010; consts

Completed in 41 milliseconds

12