Searched refs:bump_maxfd (Results 1 – 6 of 6) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.c | 615 bump_maxfd(daemon->dhcpfd, &maxfd); in main() 621 bump_maxfd(daemon->netlinkfd, &maxfd); in main() 625 bump_maxfd(piperead, &maxfd); in main() 634 bump_maxfd(daemon->helperfd, &maxfd); in main() 988 bump_maxfd(STDIN_FILENO, maxfdp); in set_android_listeners() 1050 bump_maxfd(transfer->sockfd, maxfdp); in set_dns_listeners() 1061 bump_maxfd(serverfdp->fd, maxfdp); in set_dns_listeners() 1069 bump_maxfd(daemon->randomsocks[i].fd, maxfdp); in set_dns_listeners() 1078 bump_maxfd(listener->fd, maxfdp); in set_dns_listeners() 1088 bump_maxfd(listener->tcpfd, maxfdp); in set_dns_listeners() [all …]
|
D | log.c | 402 bump_maxfd(log_fd, maxfdp); in set_log_writer()
|
D | util.c | 467 void bump_maxfd(int fd, int *max) in bump_maxfd() function
|
D | dbus.c | 349 bump_maxfd(fd, maxfdp); in set_dbus_listeners()
|
D | dnsmasq.h | 753 void bump_maxfd(int fd, int *max);
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 176 void bump_maxfd(int fd, int *max);
|