Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dsockets.h507 #define POLLNVAL 0x8 macro
/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_bcast.c558 else if (pfd[i].revents & POLLNVAL) {
H A Dsvc.c771 if (p->revents & POLLNVAL)
/reactos/drivers/network/tcpip/include/
H A Dlinux.h1858 #define POLLNVAL 0x0020 macro
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dsockets.c2255 if (fds[fdi].fd >= 0 && (fds[fdi].revents & POLLNVAL) == 0) { in lwip_pollscan()
2306 fds[fdi].revents |= POLLNVAL; in lwip_pollscan()
/reactos/sdk/include/psdk/
H A Dwinsock2.h1007 #define POLLNVAL 0x0004 macro
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c7499 ok(POLL_ISSET(fdRead, POLLNVAL), "fdRead socket events incorrect\n"); in test_WSAPoll()
7528 ok(POLL_ISSET(fdWrite, POLLNVAL), "fdWrite socket events incorrect\n"); in test_WSAPoll()