Searched refs:bump_maxfd (Results 1 – 4 of 4) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.c | 491 bump_maxfd(daemon->dhcpfd, &maxfd); in main() 497 bump_maxfd(daemon->netlinkfd, &maxfd); in main() 501 bump_maxfd(piperead, &maxfd); in main() 510 bump_maxfd(daemon->helperfd, &maxfd); in main() 799 bump_maxfd(STDIN_FILENO, maxfdp); in set_android_listeners() 858 bump_maxfd(serverfdp->fd, maxfdp); in set_dns_listeners() 865 bump_maxfd(daemon->randomsocks[i].fd, maxfdp); in set_dns_listeners() 872 bump_maxfd(listener->fd, maxfdp); in set_dns_listeners() 881 bump_maxfd(listener->tcpfd, maxfdp); in set_dns_listeners()
|
D | log.c | 350 bump_maxfd(log_fd, maxfdp); in set_log_writer()
|
D | util.c | 425 void bump_maxfd(int fd, int* max) { in bump_maxfd() function
|
D | dnsmasq.h | 704 void bump_maxfd(int fd, int* max);
|