Searched refs:poll (Results 1 – 4 of 4) sorted by relevance
34 int poll(struct pollfd *fds, nfds_t nfds, int timeout);
13 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
12 "poll.c"
2234 dhcps_lease_t *poll = opt->val; in esp_netif_dhcps_option_api() local2236 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()