Searched refs:ECONNREFUSED (Results 1 – 25 of 116) sorted by relevance
12345
46 if (errno == ECONNREFUSED) /* If the process is gone, we try to clean up the socket. */ in userspace_interface_file()82 …if (ret < 0 && errno == ECONNREFUSED) { /* If the process is gone, we try to clean up the socket. … in userspace_has_wireguard_interface()
111 # ifndef ECONNREFUSED112 # define ECONNREFUSED 9908 macro
117 ECONNREFUSED = 111 variable250 ECONNREFUSED: 'Connection refused',
5 #define ENODATA ECONNREFUSED
3 #define ENODATA ECONNREFUSED
245 #undef ECONNREFUSED246 #define ECONNREFUSED WSAECONNREFUSED macro
7 #define ENODATA ECONNREFUSED
154 inline int ECONNREFUSED = 61; variable155 #pragma D binding "1.0" ECONNREFUSED307 errno == ECONNREFUSED ? "Connection refused" :
41 #define ENODATA ECONNREFUSED
107 case ECONNREFUSED: in isc___errno2result()
77 if (errno == ECONNREFUSED) { in check_local()
103 if (n == -1 && errno == ECONNREFUSED) in test()
246 if (errno == ECONNREFUSED) { in res_nsearch()306 if (errno == ECONNREFUSED) { in res_nsearch()
124 #define ECONNREFUSED 61 /* Connection refused */ macro
114 XEN_ERRNO(ECONNREFUSED, 111) /* Connection refused */
127 $ ECONNREFUSED