Home
last modified time | relevance | path

Searched refs:bump_maxfd (Results 1 – 5 of 5) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.c524 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()
Dlog.c402 bump_maxfd(log_fd, maxfdp); in set_log_writer()
Dutil.c496 void bump_maxfd(int fd, int *max) in bump_maxfd() function
Ddnsmasq.h723 void bump_maxfd(int fd, int *max);
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch176 void bump_maxfd(int fd, int *max);