Searched refs:SO_LINGER (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | socket.rs | 21 c_int, c_void, linger, socklen_t, AF_INET, AF_INET6, SOCK_STREAM, SOL_SOCKET, SO_LINGER, 109 SO_LINGER, 124 SO_LINGER,
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | socket.rs | 24 INVALID_SOCKET, LINGER, SOCKET, SOCKET_ERROR, SOCK_STREAM, SOL_SOCKET, SO_LINGER, 131 SO_LINGER as c_int, 150 SO_LINGER as c_int,
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | winapi.rs | 80 pub const SO_LINGER: u32 = 128u32; consts
|
Completed in 2 milliseconds