Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/newlib/platform_include/sys/
Dpoll.h34 int poll(struct pollfd *fds, nfds_t nfds, int timeout);
/hal_espressif-3.7.0/components/newlib/
Dpoll.c13 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
DCMakeLists.txt12 "poll.c"
/hal_espressif-3.7.0/components/esp_netif/lwip/
Desp_netif_lwip.c2234 dhcps_lease_t *poll = opt->val; in esp_netif_dhcps_option_api() local
2236 if (poll->enable) { in esp_netif_dhcps_option_api()
2241 start_ip = htonl(poll->start_ip.addr); in esp_netif_dhcps_option_api()
2242 end_ip = htonl(poll->end_ip.addr); in esp_netif_dhcps_option_api()