/Zephyr-latest/samples/net/cloud/mqtt_azure/src/ |
D | main.c | 38 static struct pollfd fds[1]; variable
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_udp_receiver.c | 47 struct zsock_pollfd fds[SOCK_ID_MAX] = { 0 }; variable
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 54 static APP_BMEM struct pollfd fds[1]; variable
|
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 29 struct pollfd fds[1]; variable
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 66 struct pollfd fds[1]; member
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/ |
D | main.c | 366 struct pollfd fds; in aws_client_loop() local
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 559 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/ |
D | http_client.c | 485 struct zsock_pollfd fds[1]; in http_wait_data() local
|
D | http_server_core.c | 54 struct zsock_pollfd fds[HTTP_SERVER_SOCK_COUNT]; member
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 70 struct zsock_pollfd fds[1]; member
|
/Zephyr-latest/drivers/sensor/st/lis2dw12/ |
D | lis2dw12.c | 548 lis2dw12_fds_t fds = cfg->hp_filter_path ? in lis2dw12_init() local
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | llmnr_responder.c | 68 static struct zsock_pollfd fds[LLMNR_MAX_POLL]; variable
|
D | mdns_responder.c | 1210 struct zsock_pollfd *fds, in register_dispatcher()
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 213 struct THRIFT_POLLFD fds[1]; in openSecConnection() local
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 561 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/ |
D | coap_client.c | 567 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/ |
D | main.c | 384 struct zsock_pollfd fds[2] = { in broker_process() local
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.c | 569 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()
|
D | ctf_top.h | 571 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/ |
D | supp_main.c | 196 struct pollfd fds[1]; in zephyr_wifi_send_event() local
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 744 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/ |
D | nsos_adapt.c | 920 struct pollfd fds = { in nsos_adapt_poll_update() local
|
/Zephyr-latest/include/zephyr/net/ |
D | socket.h | 598 static inline int zsock_poll(struct zsock_pollfd *fds, int nfds, int timeout) in zsock_poll()
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 77 static struct zsock_pollfd fds[CONFIG_NET_DHCPV4_SERVER_INSTANCES]; variable
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 439 #define sys_port_trace_socket_poll_enter(fds, nfds, timeout) argument 440 #define sys_port_trace_socket_poll_exit(fds, nfds, ret) argument
|