Searched refs:POLLHUP (Results 1 – 8 of 8) sorted by relevance
20 #define POLLHUP ZSOCK_POLLHUP macro
36 zassert_not_equal(-1, POLLHUP); in ZTEST()
85 struct pollfd pfd = { .fd = fd, .events = POLLHUP }; in np_uart_slave_connected()102 if (!(pfd.revents & POLLHUP)) { in np_uart_slave_connected()
391 if (fds.revents & (POLLHUP | POLLERR)) { in aws_client_loop()
778 MAP_POLL_EPOLL(POLLHUP, EPOLLHUP); in nsos_poll_to_epoll_events()790 MAP_POLL_EPOLL(EPOLLHUP, POLLHUP); in nsos_epoll_to_poll_events()
1051 #define POLLHUP ZSOCK_POLLHUP macro
720 * Fixed ``POLLHUP`` detection when underlying TCP connection is closed.
719 * Fixed TLS/DTLS sockets ``POLLHUP`` notification.