Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Db_sock.c98 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, &err, &len) != 0) in BIO_sock_error()
/dragonfly/contrib/gdb-7/gdb/
H A Dser-tcp.c285 res = getsockopt (scb->fd, SOL_SOCKET, SO_ERROR, (void *) &err, &len); in net_open()
/dragonfly/sys/sys/
H A Dsocket.h143 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/dragonfly/contrib/ldns/
H A Dnet.c242 if(getsockopt(sockfd, SOL_SOCKET, SO_ERROR, (void*)&error,
/dragonfly/contrib/tnftp/src/
H A Dutil.c1465 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, in ftp_connect()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1052 if ((ret = getsockopt(s, SOL_SOCKET, SO_ERROR, in timeout_connect()
/dragonfly/crypto/openssh/
H A Dmisc.c380 if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, &optlen) == -1) { in timeout_connect()
H A Dchannels.c1876 if (getsockopt(c->sock, SOL_SOCKET, SO_ERROR, &err, &sz) == -1) { in channel_post_connecting()
/dragonfly/sys/kern/
H A Duipc_socket.c2376 case SO_ERROR: in sogetopt()