Searched refs:ENOTCONN (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
H A Derrno.h121 #define ENOTCONN 57 /* Socket is not connected */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
H A Derrno.h119 #define ENOTCONN __ENOTCONN /* 57 Socket is not connected */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dasyncore.py57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
249 if err.args[0] == ENOTCONN:
391 # winsock sometimes throws ENOTCONN
405 if why.args[0] not in (ENOTCONN, EBADF):
58 errorcode namespace
H A Dssl.py121 if e.errno != errno.ENOTCONN:
H A Dsmtpd.py127 if err[0] != errno.ENOTCONN:
H A Dimaplib.py255 if e.errno != errno.ENOTCONN:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Derrnomodule.c461 #ifdef ENOTCONN
462 inscode(d, ds, de, "ENOTCONN", ENOTCONN, "Transport endpoint is not connected");
465 inscode(d, ds, de, "ENOTCONN", WSAENOTCONN, "Transport endpoint is not connected");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Derrnomodule.c460 #ifdef ENOTCONN
461 inscode(d, ds, de, "ENOTCONN", ENOTCONN, "Transport endpoint is not connected");
464 inscode(d, ds, de, "ENOTCONN", WSAENOTCONN, "Transport endpoint is not connected");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Derrnomodule.c461 #ifdef ENOTCONN
462 inscode(d, ds, de, "ENOTCONN", ENOTCONN, "Transport endpoint is not connected");
465 inscode(d, ds, de, "ENOTCONN", WSAENOTCONN, "Transport endpoint is not connected");
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DSocket.c2129 pSocket->errno = ENOTCONN;
2265 pSocket->errno = ENOTCONN;
2275 pSocket->errno = ENOTCONN;
4453 pSocket->errno = ENOTCONN;
5272 pSocket->errno = ENOTCONN;
H A DIp4.c926 pSocket->errno = ENOTCONN;
H A DUdp4.c789 pSocket->errno = ENOTCONN;
H A DUdp6.c834 pSocket->errno = ENOTCONN;
H A DTcp4.c1936 pSocket->errno = ENOTCONN;
H A DTcp6.c2005 pSocket->errno = ENOTCONN;

Completed in 114 milliseconds