Searched refs:bump_maxfd (Results 1 – 5 of 5) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.c | 524 bump_maxfd(daemon->dhcpfd, &maxfd); in main() 530 bump_maxfd(daemon->netlinkfd, &maxfd); in main() 534 bump_maxfd(piperead, &maxfd); in main() 543 bump_maxfd(daemon->helperfd, &maxfd); in main() 880 bump_maxfd(STDIN_FILENO, maxfdp); in set_android_listeners() 942 bump_maxfd(serverfdp->fd, maxfdp); in set_dns_listeners() 950 bump_maxfd(daemon->randomsocks[i].fd, maxfdp); in set_dns_listeners() 959 bump_maxfd(listener->fd, maxfdp); in set_dns_listeners() 969 bump_maxfd(listener->tcpfd, maxfdp); in set_dns_listeners()
|
D | log.c | 402 bump_maxfd(log_fd, maxfdp); in set_log_writer()
|
D | util.c | 496 void bump_maxfd(int fd, int *max) in bump_maxfd() function
|
D | dnsmasq.h | 723 void bump_maxfd(int fd, int *max);
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 176 void bump_maxfd(int fd, int *max);
|