Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Derrno.h119 #define ECONNREFUSED 111 /* Connection refused */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c125 ERRNO_MSG(ECONNREFUSED, "Connection refused"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc42 E(ECONNREFUSED)
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp140 .WillOnce(SetErrnoAndReturn(ECONNREFUSED, -1)); in TEST_F()
/openbmc/qemu/util/
H A Doslib-win32.c170 return ECONNREFUSED; in socket_error()