Home
last modified time | relevance | path

Searched refs:SO_LINGER (Results 1 – 25 of 38) sorted by relevance

12

/third_party/musl/arch/powerpc/bits/
Dsocket.h13 #define SO_LINGER 13 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h13 #define SO_LINGER 13 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h12 #define SO_LINGER 0x0080 macro
/third_party/musl/arch/mips/bits/
Dsocket.h12 #define SO_LINGER 0x0080 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h10 #define SO_LINGER 0x0080 macro
/third_party/boost/boost/asio/detail/
Dsocket_types.hpp241 # define BOOST_ASIO_OS_DEF_SO_LINGER SO_LINGER
357 # define BOOST_ASIO_OS_DEF_SO_LINGER SO_LINGER
/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_types.hpp241 # define BOOST_ASIO_OS_DEF_SO_LINGER SO_LINGER
357 # define BOOST_ASIO_OS_DEF_SO_LINGER SO_LINGER
/third_party/openssl/apps/
Ds_time.c391 #if defined(SOL_SOCKET) && defined(SO_LINGER) in doConnection()
400 (void)setsockopt(fd, SOL_SOCKET, SO_LINGER, (char*)&no_linger, in doConnection()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sockopt.c285 error = setsockopt(sk2, SOL_SOCKET, SO_LINGER, &slinger, len); in main()
293 error = getsockopt(sk2, SOL_SOCKET, SO_LINGER, &glinger, &len); in main()
/third_party/musl/libc-test/src/api/
Dsys_socket.c67 C(SO_LINGER) in f()
/third_party/boost/libs/asio/include/boost/asio/
Dsocket_base.hpp432 BOOST_ASIO_OS_DEF(SOL_SOCKET), BOOST_ASIO_OS_DEF(SO_LINGER)>
/third_party/boost/boost/asio/
Dsocket_base.hpp432 BOOST_ASIO_OS_DEF(SOL_SOCKET), BOOST_ASIO_OS_DEF(SO_LINGER)>
/third_party/lwip/src/include/lwip/
Dsockets.h207 #define SO_LINGER 0x0080 /* linger on close if data present */ macro
208 #define SO_DONTLINGER ((int)(~SO_LINGER))
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc153 setsockopt(s, SOL_SOCKET, SO_LINGER, reinterpret_cast<char*>(&linger), in setOptions()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c176 int content = getsockopt(sockfd, SOL_SOCKET, SO_LINGER, &optval, (socklen_t *)(&optlen)); in getsockopt_1100()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h216 #define SO_LINGER 13 macro
/third_party/musl/include/sys/
Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h201 #define SO_LINGER 13 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h216 #define SO_LINGER 13 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h212 #define SO_LINGER 13 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h212 #define SO_LINGER 13 macro
/third_party/libuv/src/unix/
Dtcp.c323 if (0 != setsockopt(fd, SOL_SOCKET, SO_LINGER, &l, sizeof(l))) in uv_tcp_close_reset()
/third_party/libuv/docs/src/
Dtcp.rst124 setting the `SO_LINGER` socket option with a linger interval of zero and

12