Searched refs:POLLHUP (Results 1 – 7 of 7) sorted by relevance
23 #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()
389 if (fds.revents & (POLLHUP | POLLERR)) { in aws_client_loop()
864 MAP_POLL_EPOLL(POLLHUP, EPOLLHUP); in nsos_poll_to_epoll_events()876 MAP_POLL_EPOLL(EPOLLHUP, POLLHUP); in nsos_epoll_to_poll_events()
720 * Fixed ``POLLHUP`` detection when underlying TCP connection is closed.
719 * Fixed TLS/DTLS sockets ``POLLHUP`` notification.