| /freebsd-14.2/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram.c | 196 # if defined(SO_RCVTIMEO) in dgram_adjust_rcv_timeout() 208 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_adjust_rcv_timeout() 217 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_adjust_rcv_timeout() 253 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_adjust_rcv_timeout() 270 # if defined(SO_RCVTIMEO) in dgram_reset_rcv_timeout() 278 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_reset_rcv_timeout() 582 # if defined(SO_RCVTIMEO) in dgram_ctrl() 588 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_ctrl() 595 if (setsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, ptr, in dgram_ctrl() 610 if (getsockopt(b->num, SOL_SOCKET, SO_RCVTIMEO, in dgram_ctrl() [all …]
|
| /freebsd-14.2/cddl/lib/libdtrace/ |
| H A D | socket.d | 80 #pragma D binding "1.13" SO_RCVTIMEO 81 inline int SO_RCVTIMEO = 0x1006; /* receive timeout */ variable
|
| /freebsd-14.2/tools/tools/mctest/ |
| H A D | mctest.cc | 165 if (setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, &timeout, in sink() 260 if (setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, &timeout, in server()
|
| /freebsd-14.2/contrib/netbsd-tests/net/config/ |
| H A D | netconfig.c | 203 if (rump_sys_setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, in netcfg_rump_pingtest()
|
| /freebsd-14.2/sbin/ggate/shared/ |
| H A D | ggate.c | 303 if (setsockopt(sfd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) == -1) { in g_gate_socket_settings()
|
| /freebsd-14.2/sys/nfs/ |
| H A D | krpc_subr.c | 230 sopt.sopt_name = SO_RCVTIMEO; in krpc_call()
|
| H A D | bootp_subr.c | 504 sopt.sopt_name = SO_RCVTIMEO; in bootpc_call()
|
| /freebsd-14.2/contrib/netbsd-tests/net/bpfilter/ |
| H A D | t_bpfilter.c | 180 if (rump_sys_setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, in pingtest()
|
| /freebsd-14.2/sys/sys/ |
| H A D | socket.h | 160 #define SO_RCVTIMEO 0x1006 /* receive timeout */ macro
|
| /freebsd-14.2/sbin/setkey/ |
| H A D | test-pfkey.c | 109 if (setsockopt(so, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) < 0) { in sendkeymsg()
|
| H A D | setkey.c | 340 if (setsockopt(so, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) < 0) { in sendkeymsg()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | proto.c | 428 if (setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) == -1) in proto_timeout()
|
| /freebsd-14.2/libexec/phttpget/ |
| H A D | phttpget.c | 371 setsockopt(sd, SOL_SOCKET, SO_RCVTIMEO, in main()
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | proto.c | 424 if (setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) < 0) in proto_timeout()
|
| /freebsd-14.2/contrib/bsnmp/lib/ |
| H A D | snmpclient.c | 1378 if (setsockopt(snmp_client.fd, SOL_SOCKET, SO_RCVTIMEO, in snmp_receive_packet() 1386 if (getsockopt(snmp_client.fd, SOL_SOCKET, SO_RCVTIMEO, in snmp_receive_packet() 1433 (void)setsockopt(snmp_client.fd, SOL_SOCKET, SO_RCVTIMEO, in snmp_receive_packet()
|
| /freebsd-14.2/tools/regression/sockets/unix_cmsg/ |
| H A D | uc_common.c | 140 if (setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) < 0 || in uc_socket_create()
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | snmp_netgraph.c | 384 if (setsockopt(csock, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) == -1) in ng_dialog() 406 if (setsockopt(csock, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)) == -1) in ng_dialog()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 556 return (SO_RCVTIMEO); in linux_to_bsd_so_sockopt() 2070 case SO_RCVTIMEO: in linux_setsockopt() 2277 case SO_RCVTIMEO: in linux_getsockopt()
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_socket.c | 3867 case SO_RCVTIMEO: 4143 case SO_RCVTIMEO:
|