Home
last modified time | relevance | path

Searched refs:SO_RCVTIMEO (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/src/network/
Dgetsockopt.c16 case SO_RCVTIMEO: in getsockopt()
18 if (SO_RCVTIMEO == SO_RCVTIMEO_OLD) break; in getsockopt()
20 if (optname==SO_RCVTIMEO) optname=SO_RCVTIMEO_OLD; in getsockopt()
Dsetsockopt.c20 case SO_RCVTIMEO: in setsockopt()
22 if (SO_RCVTIMEO == SO_RCVTIMEO_OLD) break; in setsockopt()
29 if (optname==SO_RCVTIMEO) optname=SO_RCVTIMEO_OLD; in setsockopt()
/third_party/openssl/crypto/bio/
Dbss_dgram.c198 # if defined(SO_RCVTIMEO) in dgram_adjust_rcv_timeout()
216 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_adjust_rcv_timeout()
225 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_adjust_rcv_timeout()
261 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_adjust_rcv_timeout()
266 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, &timeleft, in dgram_adjust_rcv_timeout()
278 # if defined(SO_RCVTIMEO) in dgram_reset_rcv_timeout()
286 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_reset_rcv_timeout()
292 (b->num, SOL_SOCKET, SO_RCVTIMEO, &(data->socket_timeout), in dgram_reset_rcv_timeout()
590 # if defined(SO_RCVTIMEO) in dgram_ctrl()
596 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_ctrl()
[all …]
/third_party/musl/arch/x32/bits/
Dsocket.h1 #define SO_RCVTIMEO 20 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h231 #ifndef SO_RCVTIMEO
233 #define SO_RCVTIMEO 66 macro
236 #define SO_RCVTIMEO 20 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h227 #ifndef SO_RCVTIMEO
229 #define SO_RCVTIMEO 66 macro
232 #define SO_RCVTIMEO 20 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h216 #ifndef SO_RCVTIMEO
218 #define SO_RCVTIMEO 66 macro
221 #define SO_RCVTIMEO 20 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h227 #ifndef SO_RCVTIMEO
229 #define SO_RCVTIMEO 66 macro
232 #define SO_RCVTIMEO 20 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h227 #ifndef SO_RCVTIMEO
229 #define SO_RCVTIMEO 66 macro
232 #define SO_RCVTIMEO 20 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h231 #ifndef SO_RCVTIMEO
233 #define SO_RCVTIMEO 66 macro
236 #define SO_RCVTIMEO 20 macro
/third_party/musl/include/sys/
Dsocket.h227 #ifndef SO_RCVTIMEO
229 #define SO_RCVTIMEO 66 macro
232 #define SO_RCVTIMEO 20 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h227 #ifndef SO_RCVTIMEO
229 #define SO_RCVTIMEO 66 macro
232 #define SO_RCVTIMEO 20 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h18 #define SO_RCVTIMEO 18 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h17 #define SO_RCVTIMEO 0x1006 macro
/third_party/musl/libc-test/src/functional/
Dsocket.c24 TESTE(setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, in main()
/third_party/musl/libc-test/src/api/
Dsys_socket.c71 C(SO_RCVTIMEO) in f()
/third_party/musl/libc-test/src/functionalext/fortify/
Dsocket_ext.c132 TEST(setsockopt(recvFd, SOL_SOCKET, SO_RCVTIMEO, in sendto_and_recvfrom_0010()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c1111 …if (setsockopt(SCTP_BASE_VAR(userspace_route), SOL_SOCKET, SO_RCVTIMEO,(const void*)&timeout, size…
1142 …} else if (setsockopt(SCTP_BASE_VAR(userspace_rawsctp), SOL_SOCKET, SO_RCVTIMEO, (const void *)&ti…
1204 …} else if (setsockopt(SCTP_BASE_VAR(userspace_udpsctp), SOL_SOCKET, SO_RCVTIMEO, (const void *)&ti…
1278 …if (setsockopt(SCTP_BASE_VAR(userspace_rawsctp6), SOL_SOCKET, SO_RCVTIMEO, (const void *)&timeout,…
1350 …if (setsockopt(SCTP_BASE_VAR(userspace_udpsctp6), SOL_SOCKET, SO_RCVTIMEO, (const void *)&timeout,…
/third_party/lwip/test/sockets/
Dsockets_stresstest.c265 ret = lwip_setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &opt_on, sizeof(opt_on)); in sockets_stresstest_wait_readable_recvtimeo()
272 ret = lwip_setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &opt_off, sizeof(opt_off)); in sockets_stresstest_wait_readable_recvtimeo()
/third_party/curl/tests/server/
Dtftpd.c973 getsockopt(peer, SOL_SOCKET, SO_RCVTIMEO, in do_tftp()
976 setsockopt(peer, SOL_SOCKET, SO_RCVTIMEO, in do_tftp()
987 setsockopt(peer, SOL_SOCKET, SO_RCVTIMEO, in do_tftp()
/third_party/toybox/toys/pending/
Dhost.c129 setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &(struct timeval){ .tv_sec = 5 }, in host_main()
Dtftp.c71 xsetsockopt(sd, SOL_SOCKET, SO_RCVTIMEO, (void *)&to, sizeof(struct timeval));
/third_party/curl/lib/
Dcurl_rtmp.c241 setsockopt(r->m_sb.sb_socket, SOL_SOCKET, SO_RCVTIMEO, in rtmp_connect()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c218 int content = getsockopt(sockfd, SOL_SOCKET, SO_RCVTIMEO, &optval, (socklen_t *)(&optlen)); in getsockopt_1400()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.c232 setsockopt (fd, SOL_SOCKET, SO_RCVTIMEO, (void *) &timeout, in setup_socket()

12