Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dpoll.h17 #define pollfd zsock_pollfd macro
/Zephyr-latest/subsys/shell/backends/
Dshell_telnet.c269 static void telnet_recv(struct zsock_pollfd *pollfd) in telnet_recv()
411 static void telnet_accept(struct zsock_pollfd *pollfd) in telnet_accept()
509 static int telnet_setup_server(struct zsock_pollfd *pollfd, sa_family_t family, in telnet_setup_server()
Dshell_websocket.c113 static void ws_recv(struct shell_websocket *ws, struct zsock_pollfd *pollfd) in ws_recv()
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_transport_udp.c223 struct zsock_pollfd pollfd = { in tp_udp_poll() local
/Zephyr-latest/drivers/net/
Dnsos_adapt.c885 void nsos_adapt_poll_add(struct nsos_mid_pollfd *pollfd) in nsos_adapt_poll_add()
905 void nsos_adapt_poll_remove(struct nsos_mid_pollfd *pollfd) in nsos_adapt_poll_remove()
918 void nsos_adapt_poll_update(struct nsos_mid_pollfd *pollfd) in nsos_adapt_poll_update()
1161 struct nsos_mid_pollfd *pollfd = events[i].data.ptr; in nsos_adapt_poll_triggered() local
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c244 static int tcp_bind_listen_connection(struct zsock_pollfd *pollfd, in tcp_bind_listen_connection()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c184 struct pollfd pollfd = { .fd = fd, .events = POLLIN }; in uc_ready() local
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c46 struct zsock_pollfd pollfd[1 + 2 * CONFIG_PTP_NUM_PORTS]; member