Searched refs:POLLRDBAND (Results 1 – 4 of 4) sorted by relevance
15 #define POLLRDBAND 0x0080 macro
28 #define POLLRDBAND 0x0080 macro
279 mask |= (sock->rcvevent > 0) ? (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND) : 0; in poll_check_waiters()314 … |= (sock->rcvevent > 0 || sock->lastdata.pbuf) ? (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND) : 0; in socks_poll()