Home
last modified time | relevance | path

Searched defs:fds (Results 26 – 50 of 55) sorted by relevance

123

/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c38 static struct pollfd fds[1]; variable
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c47 struct zsock_pollfd fds[SOCK_ID_MAX] = { 0 }; variable
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c54 static APP_BMEM struct pollfd fds[1]; variable
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c29 struct pollfd fds[1]; variable
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c66 struct pollfd fds[1]; member
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c366 struct pollfd fds; in aws_client_loop() local
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c559 static int simplelink_poll(struct zsock_pollfd *fds, int nfds, int msecs) in simplelink_poll()
1190 struct zsock_pollfd *fds; in simplelink_ioctl() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c485 struct zsock_pollfd fds[1]; in http_wait_data() local
Dhttp_server_core.c54 struct zsock_pollfd fds[HTTP_SERVER_SOCK_COUNT]; member
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c70 struct zsock_pollfd fds[1]; member
/Zephyr-latest/drivers/sensor/st/lis2dw12/
Dlis2dw12.c548 lis2dw12_fds_t fds = cfg->hp_filter_path ? in lis2dw12_init() local
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c68 static struct zsock_pollfd fds[LLMNR_MAX_POLL]; variable
Dmdns_responder.c1210 struct zsock_pollfd *fds, in register_dispatcher()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp213 struct THRIFT_POLLFD fds[1]; in openSecConnection() local
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c561 static int offload_poll(struct zsock_pollfd *fds, int nfds, int msecs) in offload_poll()
604 struct zsock_pollfd *fds; in offload_ioctl() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c567 struct zsock_pollfd fds[CONFIG_COAP_CLIENT_MAX_INSTANCES] = {0}; in handle_poll() local
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c384 struct zsock_pollfd fds[2] = { in broker_process() local
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c569 void sys_trace_socket_poll_enter(const struct zsock_pollfd *fds, int nfds, int timeout) in sys_trace_socket_poll_enter()
578 void sys_trace_socket_poll_exit(const struct zsock_pollfd *fds, int nfds, int ret) in sys_trace_socket_poll_exit()
Dctf_top.h571 static inline void ctf_top_socket_poll_enter(uint32_t fds, uint32_t nfds, int32_t timeout) in ctf_top_socket_poll_enter()
581 static inline void ctf_top_socket_poll_exit(uint32_t fds, int nfds, int ret) in ctf_top_socket_poll_exit()
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c196 struct pollfd fds[1]; in zephyr_wifi_send_event() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c744 struct zsock_pollfd fds = { in wait() local
3321 static int ztls_poll_offload(struct zsock_pollfd *fds, int nfds, int timeout) in ztls_poll_offload()
3752 struct zsock_pollfd *fds; in tls_sock_ioctl_vmeth() local
/Zephyr-latest/drivers/net/
Dnsos_adapt.c920 struct pollfd fds = { in nsos_adapt_poll_update() local
/Zephyr-latest/include/zephyr/net/
Dsocket.h598 static inline int zsock_poll(struct zsock_pollfd *fds, int nfds, int timeout) in zsock_poll()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c77 static struct zsock_pollfd fds[CONFIG_NET_DHCPV4_SERVER_INSTANCES]; variable
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.h439 #define sys_port_trace_socket_poll_enter(fds, nfds, timeout) argument
440 #define sys_port_trace_socket_poll_exit(fds, nfds, ret) argument

123