Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dpoll.h23 #define POLLHUP ZSOCK_POLLHUP macro
/Zephyr-latest/tests/posix/headers/src/
Dpoll_h.c36 zassert_not_equal(-1, POLLHUP); in ZTEST()
/Zephyr-latest/drivers/serial/
Duart_native_ptty_bottom.c85 struct pollfd pfd = { .fd = fd, .events = POLLHUP }; in np_uart_slave_connected()
102 if (!(pfd.revents & POLLHUP)) { in np_uart_slave_connected()
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c389 if (fds.revents & (POLLHUP | POLLERR)) { in aws_client_loop()
/Zephyr-latest/drivers/net/
Dnsos_adapt.c864 MAP_POLL_EPOLL(POLLHUP, EPOLLHUP); in nsos_poll_to_epoll_events()
876 MAP_POLL_EPOLL(EPOLLHUP, POLLHUP); in nsos_epoll_to_poll_events()
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst720 * Fixed ``POLLHUP`` detection when underlying TCP connection is closed.
Drelease-notes-2.7.rst719 * Fixed TLS/DTLS sockets ``POLLHUP`` notification.