| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | socket.d | 248 SO_ERROR = 4, in version() enumerator 283 SO_ERROR = 0x1007, in version() 317 SO_ERROR = 0x1007, in version() 351 SO_ERROR = 4, in version() 385 SO_ERROR = 4, in version() 420 SO_ERROR = 4, in version() 454 SO_ERROR = 4, in version() 488 SO_ERROR = 4, in version() 639 SO_ERROR = 0x1007, 798 SO_ERROR = 0x1007, [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | timed_connect.c | 102 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *) &error, &error_len) < 0) in timed_connect()
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | ev_connects.c | 344 #ifdef SO_ERROR in connector() 347 getsockopt(conn->fd, SOL_SOCKET, SO_ERROR, (char *)&socket_errno, in connector()
|
| /netbsd-src/bin/date/ |
| H A D | netdate.c | 151 if (getsockopt(s, SOL_SOCKET, SO_ERROR, &error, &len) == -1) { in netsettime()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/tcp/ans6/ |
| H A D | ans.py | 83 err = sock.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | b_sock.c | 99 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | os-local.c | 122 if ( getsockopt( s, SOL_SOCKET, SO_ERROR, &so_errno, &dummy ) in ldap_pvt_is_socket_ready()
|
| H A D | os-ip.c | 245 if ( getsockopt( s, SOL_SOCKET, SO_ERROR, &so_errno, &dummy ) in ldap_pvt_is_socket_ready() 389 if ( getsockopt( s, SOL_SOCKET, SO_ERROR, in ldap_int_poll()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bio_sock.c | 115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
|
| /netbsd-src/sys/sys/ |
| H A D | socket.h | 169 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | qmqp-source.c | 205 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *) &error, &error_len) < 0) in socket_error()
|
| H A D | smtp-source.c | 287 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *) &error, &error_len) < 0) in socket_error()
|
| /netbsd-src/sys/rump/net/lib/libsockin/ |
| H A D | sockin_user.c | 85 translate(SO_ERROR); in translate_so_sockopt()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsd-control.c | 353 if(getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&error, in contact_server()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winsock2.d | 319 SO_ERROR = 0x1007, enumerator
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | backend.c | 58 if ( getsockopt( conn->fd, SOL_SOCKET, SO_ERROR, (void *)&error, in upstream_connect_cb()
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evutil.c | 534 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void*)&optval, in evutil_socket_geterror() 589 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&e, &elen) < 0) in evutil_socket_finished_connecting_()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | connection.c | 646 if (getsockopt (c -> socket, SOL_SOCKET, SO_ERROR, in omapi_connection_connect_internal()
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-control.c | 690 if(getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&error, in contact_server()
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | util.c | 1455 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, in ftp_connect()
|
| /netbsd-src/usr.bin/kdump/ |
| H A D | kdump.c | 638 CASERETURN(SO_ERROR); in sockoptname()
|
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | socketops.c | 970 if (getsockopt(pfd[i].fd, SOL_SOCKET, SO_ERROR, in the_big_loop()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | stream.c | 1328 SO_ERROR, in uv__stream_connect()
|
| /netbsd-src/usr.bin/nc/ |
| H A D | netcat.c | 984 if ((ret = getsockopt(s, SOL_SOCKET, SO_ERROR, in timeout_connect()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_socket.c | 877 return SO_ERROR; in linux_to_bsd_so_sockopt()
|