Home
last modified time | relevance | path

Searched defs:TCP_KEEPALIVE (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/src/win/
H A Dwinsock.h42 # define TCP_KEEPALIVE 3 macro
/third_party/node/deps/uv/src/win/
H A Dwinsock.h42 # define TCP_KEEPALIVE 3 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h280 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ macro
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs933 pub const TCP_KEEPALIVE: ::c_int = 0x02; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1165 pub const TCP_KEEPALIVE: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1791 pub const TCP_KEEPALIVE: ::c_int = 0x8; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3653 pub const TCP_KEEPALIVE: ::c_int = 0x10; consts

Completed in 34 milliseconds