/illumos-gate/usr/src/uts/common/sys/ |
H A D | ticots.h | 39 #define TCO_NOPEER ECONNREFUSED /* no listener on dest addr */ 40 #define TCO_PEERNOROOMONQ ECONNREFUSED /* no room on incoming queue */ 41 #define TCO_PEERBADSTATE ECONNREFUSED /* peer in wrong state */
|
H A D | ticotsord.h | 39 #define TCOO_NOPEER ECONNREFUSED /* no listener on dest addr */ 40 #define TCOO_PEERNOROOMONQ ECONNREFUSED /* no room on incoming queue */ 41 #define TCOO_PEERBADSTATE ECONNREFUSED /* peer in wrong state */
|
H A D | errno.h | 189 #define ECONNREFUSED 146 /* Connection refused */ macro
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 75 #ifndef ECONNREFUSED 76 #define ECONNREFUSED WSAECONNREFUSED macro 143 { PR_CONNECT_REFUSED_ERROR, ECONNREFUSED },
|
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | changepw.c | 181 if ((errno == ECONNREFUSED) || 193 if ((errno == ECONNREFUSED) || 233 if ((errno == ECONNREFUSED) || 281 if ((cc < 0) && ((errno == ECONNREFUSED) ||
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_unum.c | 602 return (ECONNREFUSED); in plat_log_fruid_indictment() 609 return (ECONNREFUSED); in plat_log_fruid_indictment() 614 return (ECONNREFUSED); in plat_log_fruid_indictment() 619 return (ECONNREFUSED); in plat_log_fruid_indictment() 622 return (ECONNREFUSED); in plat_log_fruid_indictment() 736 return (ECONNREFUSED); in plat_log_fruid_indictment2() 741 return (ECONNREFUSED); in plat_log_fruid_indictment2()
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_ho.c | 155 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED) in ho_byname() 194 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED) in ho_byname2() 235 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED) in ho_byaddr() 365 errno != ECONNREFUSED) in ho_addrinfo()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 59 #ifndef ECONNREFUSED 60 #define ECONNREFUSED WSAECONNREFUSED macro
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | setflabel.c | 144 errno = ECONNREFUSED; in setflabel() 152 errno = ECONNREFUSED; in setflabel()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | errno.h | 125 #define ECONNREFUSED 61 /* Connection refused */ macro
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 616 public static final int ECONNREFUSED = 146; field in PoolsException
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | look_up.c | 80 if (errno == ECONNREFUSED) { in check_local()
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_gethost.c | 259 if (errno == ECONNREFUSED) 292 if (errno == ECONNREFUSED)
|
H A D | res_query.c | 194 if (errno == ECONNREFUSED) {
|
H A D | res_send.c | 507 errno = ECONNREFUSED; /* no nameservers found */
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 493 (errno == ECONNREFUSED && 506 (errno == ECONNREFUSED && 911 if (save_errno == ECONNREFUSED || h_errno == TRY_AGAIN)
|
/illumos-gate/usr/src/lib/libstmfproxy/common/ |
H A D | stmftransport.c | 159 if (errno == ECONNREFUSED) { in pt_socket_connect()
|
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 121 if (errno == ECONNREFUSED && timo <= 16) { in tcp_open()
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | rexec.c | 110 if (errno == ECONNREFUSED && timo <= 16) { in rexec_af()
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ipc.c | 103 if (errno_kept == ECONNREFUSED) in open_ipc()
|
/illumos-gate/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 94 if (errno == ECONNREFUSED) { in ipmp_connect()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_name_service.c | 711 if (retval < 0 && errno == ECONNREFUSED) { in dapls_ns_resolve_addr() 748 if (so_error != 0 && so_error != ECONNREFUSED) { in dapls_ns_resolve_addr()
|
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | myrcmd.c | 184 if (saverr == ECONNREFUSED && timo <= 16) { in myrcmd()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_common.c | 246 case ECONNREFUSED: in nfs4_rpc_retry_error()
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | mail.local.c | 1163 #ifdef ECONNREFUSED 1164 case ECONNREFUSED: /* Connection refused */
|