Searched refs:POLLHUP (Results 1 – 7 of 7) sorted by relevance
22 #define POLLHUP ZSOCK_POLLHUP macro
36 zassert_not_equal(-1, POLLHUP); in ZTEST()
79 struct pollfd pfd = { .fd = fd, .events = POLLHUP }; in np_uart_slave_connected()96 if (!(pfd.revents & POLLHUP)) { in np_uart_slave_connected()
155 zassert_equal(fds[0].revents & POLLHUP, POLLHUP, "POLLHUP not set"); in ZTEST_F()
956 #define POLLHUP ZSOCK_POLLHUP macro
720 * Fixed ``POLLHUP`` detection when underlying TCP connection is closed.
719 * Fixed TLS/DTLS sockets ``POLLHUP`` notification.