Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/posix/
Dpoll.h20 #define POLLHUP ZSOCK_POLLHUP macro
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dpoll_h.c36 zassert_not_equal(-1, POLLHUP); in ZTEST()
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c391 if (fds.revents & (POLLHUP | POLLERR)) { in aws_client_loop()
/Zephyr-Core-3.7.0/drivers/net/
Dnsos_adapt.c778 MAP_POLL_EPOLL(POLLHUP, EPOLLHUP); in nsos_poll_to_epoll_events()
790 MAP_POLL_EPOLL(EPOLLHUP, POLLHUP); in nsos_epoll_to_poll_events()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dsocket.h1051 #define POLLHUP ZSOCK_POLLHUP macro
/Zephyr-Core-3.7.0/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.