/third_party/musl/arch/powerpc/bits/ |
H A D | socket.h | 13 #define SO_LINGER 13 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | socket.h | 13 #define SO_LINGER 13 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | socket.h | 12 #define SO_LINGER 0x0080 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | socket.h | 10 #define SO_LINGER 0x0080 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | socket.h | 12 #define SO_LINGER 0x0080 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 67 C(SO_LINGER) in f()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_sockopt.c | 22 * TEST12: setsockopt: SO_LINGER 23 * TEST13: getsockopt: SO_LINGER 91 struct linger slinger; /*SO_LINGER structure*/ in main() 92 struct linger glinger; /*SO_LINGER structure*/ in main() 273 /* SO_LINGER Test with l_onff = 0 and l_linger = 0 */ in main() 284 /* TEST12: Test case for setsockopt SO_LINGER */ in main() 285 error = setsockopt(sk2, SOL_SOCKET, SO_LINGER, &slinger, len); in main() 287 tst_brkm(TBROK, tst_exit, "setsockopt SO_LINGER " in main() 290 tst_resm(TPASS, "setsockopt() SO_LINGER - SUCCESS"); in main() 292 /* TEST13: Test case for getsockopt SO_LINGER */ in main() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_time.c | 457 #if defined(SOL_SOCKET) && defined(SO_LINGER) in doConnection() 466 (void)setsockopt(fd, SOL_SOCKET, SO_LINGER, (char*)&no_linger, in doConnection()
|
/third_party/openssl/apps/ |
H A D | s_time.c | 457 #if defined(SOL_SOCKET) && defined(SO_LINGER) in doConnection() 466 (void)setsockopt(fd, SOL_SOCKET, SO_LINGER, (char*)&no_linger, in doConnection()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 168 * @tc.desc : SOL_SOCKET,SO_LINGER 176 int content = getsockopt(sockfd, SOL_SOCKET, SO_LINGER, &optval, (socklen_t *)(&optlen)); in getsockopt_1100()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 153 setsockopt(s, SOL_SOCKET, SO_LINGER, reinterpret_cast<char*>(&linger), in setOptions()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 207 #define SO_LINGER 0x0080 /* linger on close if data present */ macro 208 #define SO_DONTLINGER ((int)(~SO_LINGER))
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 212 #define SO_LINGER 13 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 201 #define SO_LINGER 13 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 212 #define SO_LINGER 13 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 212 #define SO_LINGER 13 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 216 #define SO_LINGER 13 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 212 #define SO_LINGER 13 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 216 #define SO_LINGER 13 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 33 pub const SO_LINGER: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 23 pub const SO_LINGER: ::c_int = 0x0080; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 25 pub const SO_LINGER: ::c_int = 0x0080; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 18 pub const SO_LINGER: ::c_int = 13; consts
|
/third_party/libuv/src/unix/ |
H A D | tcp.c | 394 /* Disallow setting SO_LINGER to zero due to some platform inconsistencies */ in uv_tcp_close_reset() 399 if (0 != setsockopt(fd, SOL_SOCKET, SO_LINGER, &l, sizeof(l))) { in uv_tcp_close_reset()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 319 /* Disallow setting SO_LINGER to zero due to some platform inconsistencies */ in uv_tcp_close_reset() 324 if (0 != setsockopt(fd, SOL_SOCKET, SO_LINGER, &l, sizeof(l))) { in uv_tcp_close_reset()
|