Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/network/tcpip/lwip/test/sockets/
H A Dsockets_stresstest.c226 pfd.events = POLLIN | POLLERR; in sockets_stresstest_wait_readable_poll()
238 if (pfd.revents & POLLERR) { in sockets_stresstest_wait_readable_poll()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dsockets.h506 #define POLLERR 0x4 macro
/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_dg.c473 if (fd.revents & POLLERR)
/reactos/drivers/network/tcpip/include/
H A Dlinux.h1856 #define POLLERR 0x0008 macro
/reactos/sdk/include/psdk/
H A Dwinsock2.h1005 #define POLLERR 0x0001 macro
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dsockets.c2299 fds[fdi].revents |= POLLERR; in lwip_pollscan()