Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 4 of 4) sorted by relevance

/include/
Derrno.h23 #define EINPROGRESS 0x1BAD000E macro
/lib/liblwip/src/include/lwip/
Darch.h195 #define EINPROGRESS 115 /* Operation now in progress */ macro
/lib/liblwip/src/api/
Dsockets.c141 EINPROGRESS, /* ERR_INPROGRESS -5 Operation in progress */
1722 if ((sock->err == 0) || (sock->err == EINPROGRESS)) {
/lib/liblwip/
DCHANGELOG617 * sockets.c: Fixed bug #31590: getsockopt(... SO_ERROR ...) gives EINPROGRESS