Home
last modified time | relevance | path

Searched refs:SO_DEBUG (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/arch/powerpc/bits/
Dsocket.h1 #define SO_DEBUG 1 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h1 #define SO_DEBUG 1 macro
/third_party/musl/arch/mips/bits/
Dsocket.h6 #define SO_DEBUG 1 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h6 #define SO_DEBUG 1 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h4 #define SO_DEBUG 1 macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c36 int content = getsockopt(sockfd, SOL_SOCKET, SO_DEBUG, &optval, (socklen_t *)(&optlen)); in getsockopt_0100()
370 int content = getsockopt(sockfd, SOL_SOCKET, SO_DEBUG, &optval, NULL); in getsockopt_2500()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h203 #ifndef SO_DEBUG
204 #define SO_DEBUG 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h199 #ifndef SO_DEBUG
200 #define SO_DEBUG 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h188 #ifndef SO_DEBUG
189 #define SO_DEBUG 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h199 #ifndef SO_DEBUG
200 #define SO_DEBUG 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h199 #ifndef SO_DEBUG
200 #define SO_DEBUG 1 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h203 #ifndef SO_DEBUG
204 #define SO_DEBUG 1 macro
/third_party/musl/include/sys/
Dsocket.h199 #ifndef SO_DEBUG
200 #define SO_DEBUG 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h199 #ifndef SO_DEBUG
200 #define SO_DEBUG 1 macro
/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_types.hpp238 # define BOOST_ASIO_OS_DEF_SO_DEBUG SO_DEBUG
354 # define BOOST_ASIO_OS_DEF_SO_DEBUG SO_DEBUG
/third_party/boost/boost/asio/detail/
Dsocket_types.hpp238 # define BOOST_ASIO_OS_DEF_SO_DEBUG SO_DEBUG
354 # define BOOST_ASIO_OS_DEF_SO_DEBUG SO_DEBUG
/third_party/musl/libc-test/src/api/
Dsys_socket.c63 C(SO_DEBUG) in f()
/third_party/boost/boost/asio/
Dsocket_base.hpp159 BOOST_ASIO_OS_DEF(SOL_SOCKET), BOOST_ASIO_OS_DEF(SO_DEBUG)> debug;
/third_party/boost/libs/asio/include/boost/asio/
Dsocket_base.hpp159 BOOST_ASIO_OS_DEF(SOL_SOCKET), BOOST_ASIO_OS_DEF(SO_DEBUG)> debug;
/third_party/lwip/src/include/lwip/
Dsockets.h203 #define SO_DEBUG 0x0001 /* Unimplemented: turn on debugging info recording */ macro
/third_party/toybox/toys/pending/
Dtraceroute.c164 if ((toys.optflags & FLAG_d) && (setsockopt(sock,SOL_SOCKET, SO_DEBUG, in set_flag_dr()
/third_party/python/Modules/
Dsocketmodule.c7478 #ifdef SO_DEBUG
7479 PyModule_AddIntMacro(m, SO_DEBUG);