Home
last modified time | relevance | path

Searched refs:SO_SNDTIMEO (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/network/
Dgetsockopt.c17 case SO_SNDTIMEO: in getsockopt()
21 if (optname==SO_SNDTIMEO) optname=SO_SNDTIMEO_OLD; in getsockopt()
Dsetsockopt.c21 case SO_SNDTIMEO: in setsockopt()
30 if (optname==SO_SNDTIMEO) optname=SO_SNDTIMEO_OLD; in setsockopt()
/third_party/musl/arch/x32/bits/
Dsocket.h2 #define SO_SNDTIMEO 21 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h19 #define SO_SNDTIMEO 19 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h18 #define SO_SNDTIMEO 0x1005 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h234 #define SO_SNDTIMEO 67 macro
237 #define SO_SNDTIMEO 21 macro
/third_party/musl/include/sys/
Dsocket.h230 #define SO_SNDTIMEO 67 macro
233 #define SO_SNDTIMEO 21 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h230 #define SO_SNDTIMEO 67 macro
233 #define SO_SNDTIMEO 21 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h230 #define SO_SNDTIMEO 67 macro
233 #define SO_SNDTIMEO 21 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h219 #define SO_SNDTIMEO 67 macro
222 #define SO_SNDTIMEO 21 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h234 #define SO_SNDTIMEO 67 macro
237 #define SO_SNDTIMEO 21 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h230 #define SO_SNDTIMEO 67 macro
233 #define SO_SNDTIMEO 21 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h230 #define SO_SNDTIMEO 67 macro
233 #define SO_SNDTIMEO 21 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c75 C(SO_SNDTIMEO) in f()
/third_party/openssl/crypto/bio/
Dbss_dgram.c647 # if defined(SO_SNDTIMEO) in dgram_ctrl()
653 if (setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, in dgram_ctrl()
660 if (setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, ptr, in dgram_ctrl()
680 if (getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, in dgram_ctrl()
691 if (getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, in dgram_ctrl()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c232 int content = getsockopt(sockfd, SOL_SOCKET, SO_SNDTIMEO, &optval, (socklen_t *)(&optlen)); in getsockopt_1500()
/third_party/eudev/src/shared/
Dlog.c123 (void) setsockopt(fd, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof(tv)); in create_log_socket()
/third_party/lwip/src/include/lwip/
Dsockets.h215 #define SO_SNDTIMEO 0x1005 /* send timeout */ macro
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto368 // SO_RCVTIMEO and SO_SNDTIMEO
/third_party/lwip/src/api/
Dsockets.c3041 case SO_SNDTIMEO: in lwip_getsockopt_impl()
3427 case SO_SNDTIMEO: { in lwip_setsockopt_impl()
/third_party/python/Modules/
Dsocketmodule.c7526 #ifdef SO_SNDTIMEO
7527 PyModule_AddIntMacro(m, SO_SNDTIMEO);
/third_party/lwip/
DCHANGELOG997 * sockets.c, tcp.c, others: fixed bug #43797 set/getsockopt: SO_SNDTIMEO/SO_RCVTIMEO
/third_party/libsoup/
DChangeLog.pre-git1156 SO_SNDTIMEO options to setsockopt() take int values, in