| /freebsd/cddl/lib/libdtrace/ |
| H A D | socket.d | 82 #pragma D binding "1.13" SO_ERROR 83 inline int SO_ERROR = 0x1007; /* get error status and clear */ variable
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | socketpair3.sh | 119 if (getsockopt(sock_child, SOL_SOCKET, SO_ERROR,
|
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | client.c | 138 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len) < 0) { in client_connect()
|
| /freebsd/crypto/openssh/ |
| H A D | misc-agent.c | 251 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &r, &l) == -1) { in socket_is_stale()
|
| H A D | misc.c | 451 if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, &optlen) == -1) { in timeout_connect()
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bio_sock.c | 114 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
|
| /freebsd/sys/sys/ |
| H A D | socket.h | 160 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
| /freebsd/contrib/ofed/librdmacm/examples/ |
| H A D | riostream.c | 479 ret = rgetsockopt(rs, SOL_SOCKET, SO_ERROR, &err, &len); in client_connect()
|
| H A D | rstream.c | 478 ret = rs_getsockopt(rs, SOL_SOCKET, SO_ERROR, &err, &len); in client_connect()
|
| /freebsd/sbin/hastd/ |
| H A D | proto_tcp.c | 374 if (getsockopt(tctx->tc_fd, SOL_SOCKET, SO_ERROR, &error, in tcp_connect_wait()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tcp.c | 373 if (getsockopt(tctx->tc_fd, SOL_SOCKET, SO_ERROR, &error, in tcp_connect_wait()
|
| /freebsd/contrib/ldns/ |
| H A D | net.c | 242 if(getsockopt(sockfd, SOL_SOCKET, SO_ERROR, (void*)&error,
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 530 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void*)&optval, in evutil_socket_geterror() 585 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&e, &elen) < 0) in evutil_socket_finished_connecting_()
|
| /freebsd/contrib/libevent/ |
| H A D | evutil.c | 530 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void*)&optval, in evutil_socket_geterror() 585 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&e, &elen) < 0) in evutil_socket_finished_connecting_()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 725 if(getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&error, in contact_server()
|
| /freebsd/contrib/tnftp/src/ |
| H A D | util.c | 1439 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, in ftp_connect()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 529 return (SO_ERROR); in linux_to_bsd_so_sockopt() 2461 case SO_ERROR: in linux_getsockopt()
|
| /freebsd/contrib/netcat/ |
| H A D | netcat.c | 763 if ((ret = getsockopt(s, SOL_SOCKET, SO_ERROR, in timeout_connect()
|
| /freebsd/lib/libtacplus/ |
| H A D | taclib.c | 299 getsockopt(h->fd, SOL_SOCKET, SO_ERROR, &err, &errlen); in conn_server()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | netcat.c | 689 if ((ret = getsockopt(s, SOL_SOCKET, SO_ERROR, in timeout_connect()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-linux.c | 3756 SO_ERROR, &err, &errlen) == -1) { in pcap_wait_for_frames_mmap() 4902 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &err, &errlen) == -1) { in iface_bind()
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | sendto_kdc.c | 1062 e = getsockopt(fd, SOL_SOCKET, SO_ERROR, &sockerr, &sockerrlen); in get_so_error()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_gpsdjson.c | 2021 rc = getsockopt(up->fdt, SOL_SOCKET, SO_ERROR, (void *)&ec, &lc); in gpsd_test_socket()
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dtstream.c | 718 if(getsockopt(dtio->fd, SOL_SOCKET, SO_ERROR, (void*)&error, in dtio_check_nb_connect()
|
| /freebsd/contrib/unbound/util/ |
| H A D | netevent.c | 4276 if(getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&error, 5386 if(getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&error,
|