Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-Core-3.4.0/tests/net/socket/socketpair/src/
Dpoll.c28 struct pollfd fds[1]; in test_socketpair_poll_timeout_common() local
107 struct pollfd fds[1]; in ZTEST() local
144 struct pollfd fds[1]; in ZTEST() local
196 struct pollfd fds[2]; in ZTEST_USER() local
277 struct pollfd fds[1]; in ZTEST() local
341 struct pollfd fds[1]; in ZTEST_USER() local
399 struct pollfd fds[1]; in ZTEST_USER() local
/Zephyr-Core-3.4.0/tests/posix/headers/src/
Dsys_select_h.c22 fd_set fds = {0}; in ZTEST() local
/Zephyr-Core-3.4.0/include/zephyr/posix/
Dpoll.h25 static inline int poll(struct pollfd *fds, int nfds, int timeout) in poll()
/Zephyr-Core-3.4.0/samples/net/sockets/socketpair/src/
Dmain.c163 static void setup_poll(const struct context *ctx, struct pollfd *fds, size_t n) in setup_poll()
172 static int handle_poll_events(const struct context *ctx, struct pollfd *fds, size_t n, in handle_poll_events()
228 struct pollfd fds[NUM_SOCKETPAIRS] = {}; in main() local
/Zephyr-Core-3.4.0/tests/lib/thrift/ThriftTest/src/
Dcontext.hpp27 std::array<int, CLIENT + 1> fds; member
/Zephyr-Core-3.4.0/subsys/net/lib/tftp/
Dtftp_client.c58 struct pollfd fds = { in send_data() local
200 struct pollfd fds = { in send_request() local
328 struct pollfd fds = { in tftp_get() local
/Zephyr-Core-3.4.0/include/zephyr/net/
Dsntp.h27 struct zsock_pollfd fds[1]; member
/Zephyr-Core-3.4.0/tests/net/lib/coap_client/src/
Dstubs.c42 int z_impl_zsock_poll(struct zsock_pollfd *fds, int nfds, int poll_timeout) in z_impl_zsock_poll()
/Zephyr-Core-3.4.0/samples/net/sockets/echo_client/src/
Decho-client.c90 static APP_BMEM struct pollfd fds[4]; variable
/Zephyr-Core-3.4.0/samples/net/cloud/google_iot_mqtt/src/
Dprotocol.c214 struct zsock_pollfd fds[1] = { in wait_for_input() local
/Zephyr-Core-3.4.0/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.c104 int z_impl_zsock_poll(struct zsock_pollfd *fds, int nfds, int poll_timeout) in z_impl_zsock_poll()
/Zephyr-Core-3.4.0/tests/net/lib/mqtt_subscriber/src/
Dtest_mqtt_subscribe.c26 static struct zsock_pollfd fds[1]; variable
/Zephyr-Core-3.4.0/tests/net/lib/mqtt_publisher/src/
Dtest_mqtt_publish.c30 static struct zsock_pollfd fds[1]; variable
/Zephyr-Core-3.4.0/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c143 static struct zsock_pollfd fds[SOCK_ID_MAX]; in tcp_server_session() local
Dzperf_udp_receiver.c235 struct zsock_pollfd fds[SOCK_ID_MAX] = { 0 }; in udp_server_session() local
/Zephyr-Core-3.4.0/subsys/net/lib/websocket/
Dwebsocket.c451 static inline int websocket_poll_offload(struct zsock_pollfd *fds, int nfds, in websocket_poll_offload()
503 struct zsock_pollfd *fds; in websocket_ioctl_vmeth() local
868 struct zsock_pollfd fds = { in wait_rx() local
/Zephyr-Core-3.4.0/tests/net/lib/mqtt_pubsub/src/
Dtest_mqtt_pubsub.c26 static struct zsock_pollfd fds[1]; variable
/Zephyr-Core-3.4.0/drivers/wifi/eswifi/
Deswifi_socket_offload.c466 static int eswifi_socket_poll(struct zsock_pollfd *fds, int nfds, int msecs) in eswifi_socket_poll()
614 struct zsock_pollfd *fds; in eswifi_socket_ioctl() local
/Zephyr-Core-3.4.0/drivers/modem/
Dmodem_socket.c265 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds, in modem_socket_poll()
/Zephyr-Core-3.4.0/include/zephyr/shell/
Dshell_mqtt.h73 struct zsock_pollfd fds[1]; member
/Zephyr-Core-3.4.0/samples/net/mqtt_publisher/src/
Dmain.c53 static APP_BMEM struct zsock_pollfd fds[1]; variable
/Zephyr-Core-3.4.0/samples/net/cloud/mqtt_azure/src/
Dmain.c37 static struct zsock_pollfd fds[1]; variable
/Zephyr-Core-3.4.0/samples/net/sockets/coap_client/src/
Dcoap-client.c29 struct pollfd fds[1]; variable
/Zephyr-Core-3.4.0/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c359 struct zsock_pollfd fds; in aws_client_loop() local
/Zephyr-Core-3.4.0/subsys/net/lib/http/
Dhttp_client.c421 struct zsock_pollfd fds[1]; in http_wait_data() local

12