Home
last modified time | relevance | path

Searched refs:SO_LINGER (Results 1 - 25 of 61) sorted by relevance

123

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h13 #define SO_LINGER 13 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h13 #define SO_LINGER 13 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h12 #define SO_LINGER 0x0080 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h10 #define SO_LINGER 0x0080 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h12 #define SO_LINGER 0x0080 macro
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c67 C(SO_LINGER) in f()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_sockopt.c22 * 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 Ds_time.c457 #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 Ds_time.c457 #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 Dgetsockopt_network.c168 * @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 Dsocket.cc153 setsockopt(s, SOL_SOCKET, SO_LINGER, reinterpret_cast<char*>(&linger), in setOptions()
/third_party/lwip/src/include/lwip/
H A Dsockets.h207 #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 Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h201 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h216 #define SO_LINGER 13 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/include/sys/
H A Dsocket.h216 #define SO_LINGER 13 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs33 pub const SO_LINGER: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs23 pub const SO_LINGER: ::c_int = 0x0080; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs25 pub const SO_LINGER: ::c_int = 0x0080; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs18 pub const SO_LINGER: ::c_int = 13; consts
/third_party/libuv/src/unix/
H A Dtcp.c394 /* 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 Dtcp.c319 /* 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()

Completed in 23 milliseconds

123