Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.c491 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()
Dlog.c350 bump_maxfd(log_fd, maxfdp); in set_log_writer()
Dutil.c425 void bump_maxfd(int fd, int* max) { in bump_maxfd() function
Ddnsmasq.h704 void bump_maxfd(int fd, int* max);