Searched defs:pollfd (Results 1 – 8 of 8) sorted by relevance
17 #define pollfd zsock_pollfd macro
269 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()
113 static void ws_recv(struct shell_websocket *ws, struct zsock_pollfd *pollfd) in ws_recv()
223 struct zsock_pollfd pollfd = { in tp_udp_poll() local
885 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
244 static int tcp_bind_listen_connection(struct zsock_pollfd *pollfd, in tcp_bind_listen_connection()
184 struct pollfd pollfd = { .fd = fd, .events = POLLIN }; in uc_ready() local
46 struct zsock_pollfd pollfd[1 + 2 * CONFIG_PTP_NUM_PORTS]; member