Home
last modified time | relevance | path

Searched refs:zsock_pollfd (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-Core-3.7.0/tests/net/lib/coap_client/src/
Dstubs.c19 struct zsock_pollfd { struct
42 int z_impl_zsock_poll(struct zsock_pollfd *fds, int nfds, int poll_timeout) in z_impl_zsock_poll() argument
/Zephyr-Core-3.7.0/drivers/modem/
Dmodem_socket.h80 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds,
82 int modem_socket_poll_update(struct modem_socket *sock, struct zsock_pollfd *pfd,
85 struct zsock_pollfd *pfd, struct k_poll_event **pev,
Dmodem_socket.c265 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds, in modem_socket_poll()
342 struct zsock_pollfd *pfd, struct k_poll_event **pev, in modem_socket_poll_prepare()
369 int modem_socket_poll_update(struct modem_socket *sock, struct zsock_pollfd *pfd, in modem_socket_poll_update()
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/
Dsockets_service.c32 struct zsock_pollfd events[CONFIG_NET_SOCKETS_POLL_MAX];
54 struct zsock_pollfd *fds, int len, in z_impl_net_socket_service_register()
102 struct zsock_pollfd *pev, in find_svc_and_event()
139 static int call_work(struct zsock_pollfd *pev, struct k_work_q *work_q, in call_work()
156 static int trigger_work(struct zsock_pollfd *pev) in trigger_work()
Dsocketpair.c752 struct zsock_pollfd *const pfd, in zsock_poll_prepare_ctx()
826 struct zsock_pollfd *const pfd, in zsock_poll_update_ctx()
915 struct zsock_pollfd *pfd; in spair_ioctl()
977 pfd = va_arg(args, struct zsock_pollfd *); in spair_ioctl()
986 pfd = va_arg(args, struct zsock_pollfd *); in spair_ioctl()
Dsockets_internal.h19 int zsock_poll_internal(struct zsock_pollfd *fds, int nfds, k_timeout_t timeout);
/Zephyr-Core-3.7.0/include/zephyr/net/
Dsocket_poll.h28 struct zsock_pollfd { struct
Dsocket_service.h45 struct zsock_pollfd event;
165 struct zsock_pollfd *fds, int len, void *user_data);
Ddns_resolve.h200 struct zsock_pollfd *fds;
218 struct zsock_pollfd fds[1];
359 struct zsock_pollfd fds[DNS_RESOLVER_MAX_POLL];
Dsntp.h46 struct zsock_pollfd fds[1];
Dsocket.h632 __syscall int zsock_poll(struct zsock_pollfd *fds, int nfds, int timeout);
868 #define pollfd zsock_pollfd
960 static inline int poll(struct zsock_pollfd *fds, int nfds, int timeout) in poll()
/Zephyr-Core-3.7.0/tests/net/socket/socketpair/src/
Dpoll.c27 struct zsock_pollfd fds[1]; in test_socketpair_poll_timeout_common()
96 struct zsock_pollfd fds[1]; in ZTEST_F()
126 struct zsock_pollfd fds[1]; in ZTEST_F()
172 struct zsock_pollfd fds[2]; in ZTEST_USER_F()
245 struct zsock_pollfd fds[1]; in ZTEST_F()
301 struct zsock_pollfd fds[1]; in ZTEST_USER_F()
351 struct zsock_pollfd fds[1]; in ZTEST_USER_F()
/Zephyr-Core-3.7.0/include/zephyr/posix/
Dpoll.h15 #define pollfd zsock_pollfd
/Zephyr-Core-3.7.0/lib/os/zvfs/
Dzvfs_eventfd.c51 struct zsock_pollfd *pfd, in zvfs_eventfd_poll_prepare()
85 struct zsock_pollfd *pfd, in zvfs_eventfd_poll_update()
259 struct zsock_pollfd *pfd; in zvfs_eventfd_ioctl_op()
263 pfd = va_arg(args, struct zsock_pollfd *); in zvfs_eventfd_ioctl_op()
271 struct zsock_pollfd *pfd; in zvfs_eventfd_ioctl_op()
274 pfd = va_arg(args, struct zsock_pollfd *); in zvfs_eventfd_ioctl_op()
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.c57 struct zsock_pollfd { struct
126 int z_impl_zsock_poll(struct zsock_pollfd *fds, int nfds, int poll_timeout) in z_impl_zsock_poll()
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_telnet.h43 struct zsock_pollfd fds[SHELL_TELNET_POLLFD_COUNT];
Dshell_mqtt.h73 struct zsock_pollfd fds[1];
/Zephyr-Core-3.7.0/tests/posix/eventfd/src/
Dblocking.c109 struct zsock_pollfd fds[] = { in ZTEST_F()
144 struct zsock_pollfd fds[] = { in ZTEST_F()
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dclock.h96 struct zsock_pollfd *ptp_clock_poll_sockets(void);
Dptp.c42 struct zsock_pollfd *fd; in ptp_thread()
/Zephyr-Core-3.7.0/tests/net/socket/poll/src/
Dmain.c43 struct zsock_pollfd pollfds[2]; in ZTEST()
44 struct zsock_pollfd pollout[1]; in ZTEST()
186 struct zsock_pollfd pollout[1]; in ZTEST()
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c58 struct zsock_pollfd fds = { in send_data()
206 struct zsock_pollfd fds = { in send_request()
341 struct zsock_pollfd fds = { in tftp_get()
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt_sn/
Dmqtt_sn_transport_udp.c119 struct zsock_pollfd pollfd = { in tp_udp_poll()
/Zephyr-Core-3.7.0/drivers/net/
Dnsos_sockets.c269 static int nsos_poll_prepare(struct nsos_socket *sock, struct zsock_pollfd *pfd, in nsos_poll_prepare()
306 static int nsos_poll_update(struct nsos_socket *sock, struct zsock_pollfd *pfd, in nsos_poll_update()
341 struct zsock_pollfd *pfd; in nsos_ioctl()
345 pfd = va_arg(args, struct zsock_pollfd *); in nsos_ioctl()
353 struct zsock_pollfd *pfd; in nsos_ioctl()
356 pfd = va_arg(args, struct zsock_pollfd *); in nsos_ioctl()
500 struct zsock_pollfd pfd = { in nsos_wait_for_poll()
/Zephyr-Core-3.7.0/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c39 static struct zsock_pollfd fds[SOCK_ID_MAX];
246 static int tcp_bind_listen_connection(struct zsock_pollfd *pollfd, in tcp_bind_listen_connection()

123