Home
last modified time | relevance | path

Searched refs:ECONNREFUSED (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd-14-stable/contrib/wireguard-tools/
HDipc-uapi-unix.h46 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()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDerrno.h111 # ifndef ECONNREFUSED
112 # define ECONNREFUSED 9908 macro
/freebsd-14-stable/contrib/ofed/libibcm/
HDconfig.h5 #define ENODATA ECONNREFUSED
/freebsd-14-stable/contrib/lib9p/pytest/
HDlerrno.py117 ECONNREFUSED = 111 variable
250 ECONNREFUSED: 'Connection refused',
/freebsd-14-stable/contrib/ofed/libcxgb4/
HDconfig.h3 #define ENODATA ECONNREFUSED
/freebsd-14-stable/contrib/ofed/librdmacm/
HDconfig.h7 #define ENODATA ECONNREFUSED
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h245 #undef ECONNREFUSED
246 #define ECONNREFUSED WSAECONNREFUSED macro
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDerrno.h41 #define ENODATA ECONNREFUSED
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/unix/
HDerrno2result.c107 case ECONNREFUSED: in isc___errno2result()
/freebsd-14-stable/usr.bin/talk/
HDlook_up.c80 if (errno == ECONNREFUSED) { in check_local()
/freebsd-14-stable/tools/test/stress2/testcases/udp/
HDudp.c103 if (n == -1 && errno == ECONNREFUSED) in test()
/freebsd-14-stable/sys/contrib/xen/
HDerrno.h114 XEN_ERRNO(ECONNREFUSED, 111) /* Connection refused */
/freebsd-14-stable/sys/sys/
HDerrno.h126 #define ECONNREFUSED 61 /* Connection refused */ macro
/freebsd-14-stable/lib/libc/resolv/
HDres_query.c250 if (errno == ECONNREFUSED) { in res_nsearch()
310 if (errno == ECONNREFUSED) { in res_nsearch()
/freebsd-14-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg127 $ ECONNREFUSED
HDru_RU.UTF-8.msg127 $ ECONNREFUSED
HDmn_MN.UTF-8.msg127 $ ECONNREFUSED
HDru_RU.KOI8-R.msg127 $ ECONNREFUSED
HDuk_UA.UTF-8.msg127 $ ECONNREFUSED
HDel_GR.ISO8859-7.msg127 $ ECONNREFUSED
HDko_KR.UTF-8.msg127 $ ECONNREFUSED
HDko_KR.eucKR.msg127 $ ECONNREFUSED
HDja_JP.eucJP.msg127 $ ECONNREFUSED
HDja_JP.UTF-8.msg127 $ ECONNREFUSED
/freebsd-14-stable/lib/libc/net/
HDhesiod.c369 errno = ECONNREFUSED; /* XXX */ in get_txt_records()
547 case ECONNREFUSED: in translate_errors()

12345