HomeSort by relevance Sort by last modified time
    Searched refs:bump_maxfd (Results 1 - 5 of 5) sorted by null

  /external/dnsmasq/src/
dnsmasq.c 609 bump_maxfd(daemon->dhcpfd, &maxfd);
615 bump_maxfd(daemon->netlinkfd, &maxfd);
619 bump_maxfd(piperead, &maxfd);
628 bump_maxfd(daemon->helperfd, &maxfd);
982 bump_maxfd(STDIN_FILENO, maxfdp);
1037 bump_maxfd(transfer->sockfd, maxfdp);
1048 bump_maxfd(serverfdp->fd, maxfdp);
1056 bump_maxfd(daemon->randomsocks[i].fd, maxfdp);
1065 bump_maxfd(listener->fd, maxfdp);
1075 bump_maxfd(listener->tcpfd, maxfdp)
    [all...]
log.c 402 bump_maxfd(log_fd, maxfdp);
dbus.c 349 bump_maxfd(fd, maxfdp);
util.c 467 void bump_maxfd(int fd, int *max) function
dnsmasq.h 751 void bump_maxfd(int fd, int *max);

Completed in 77 milliseconds