Searched refs:SO_ERROR (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | socket.h | 57 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_connects.c | 342 #ifdef SO_ERROR in connector() 345 getsockopt(conn->fd, SOL_SOCKET, SO_ERROR, (char *)&socket_errno, in connector()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 667 case SO_ERROR: in sosdp_getsockopt() 703 case SO_ERROR: in sosdp_getsockopt() 871 case SO_ERROR: in sosdp_setsockopt()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 174 #define SO_ERROR 0x1007 /* get error status and clear */ macro
|
/titanic_44/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 783 SO_ERROR, &error, &len); in nbio_connect()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_name_service.c | 740 retval = getsockopt(fd, SOL_SOCKET, SO_ERROR, in dapls_ns_resolve_addr()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 345 if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, (char *)&error, &len) 416 if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, (char *)&error, &len)
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 282 if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, in timeout_connect()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 1683 case SO_ERROR: in socket_getopt_common() 1695 case SO_ERROR: in socket_getopt_common()
|
H A D | socktpi.c | 5115 case SO_ERROR: in sotpi_getsockopt() 5181 case SO_ERROR: in sotpi_getsockopt() 5555 case SO_ERROR: in sotpi_setsockopt()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 951 e = getsockopt(fd, SOL_SOCKET, SO_ERROR, &sockerr, &sockerrlen); in get_so_error()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1855 case SO_ERROR: return ("SO_ERROR"); in sol_optname()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 1336 if (getsockopt(c->sock, SOL_SOCKET, SO_ERROR, &err, &sz) < 0) { in channel_post_connecting()
|