Searched refs:ECONNREFUSED (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1702 error = ECONNREFUSED;
2141 err = ECONNREFUSED;
2275 error = ECONNREFUSED;
H A Dng_btsocket_sco.c431 pcb->so->so_error = ECONNREFUSED; /* XXX convert status ??? */
H A Dng_btsocket_l2cap.c2947 return (ECONNREFUSED);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1863 if (pfd < 0 && errno == ECONNREFUSED)
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c877 return (ECONNREFUSED);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1730 if ((status == 0) || (status == -ECONNREFUSED)) {
2002 err = -ECONNREFUSED;
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3535 #ifdef ECONNREFUSED
3536 case ECONNREFUSED: /* Connection refused */
H A Ddaemon.c2467 (errno == ECONNREFUSED && UseNameServer))
H A Dmap.c5933 case ECONNREFUSED:
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c2034 tp = tcp_drop(tp, ECONNREFUSED);
2194 so->so_error = ECONNREFUSED;
H A Dsctputil.c2868 SCTP_LTRACE_ERR_RET(NULL, stcb, NULL, SCTP_FROM_SCTPUTIL, ECONNREFUSED);
2869 stcb->sctp_socket->so_error = ECONNREFUSED;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c863 ret = ERR(ECONNREFUSED);
/freebsd-11-stable/crypto/openssh/
H A Dmux.c2206 if (errno == ECONNREFUSED &&
/freebsd-11-stable/sbin/hastd/
H A Dprimary.c655 return (ECONNREFUSED);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c4442 error = ECONNREFUSED;
4470 error = ECONNREFUSED;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c1450 /* some operating systems return ECONNREFUSED immediately
1455 if (errno == ECONNREFUSED)
2467 /* some operating systems return ECONNREFUSED immediately
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h207 return (ECONNREFUSED);
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c1769 case ECONNREFUSED:
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c598 case ECONNREFUSED:
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c2120 case -ECONNREFUSED:

Completed in 346 milliseconds

123