OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
1029
bump_maxfd
(transfer->sockfd, maxfdp);
1040
bump_maxfd
(serverfdp->fd, maxfdp);
1048
bump_maxfd
(daemon->randomsocks[i].fd, maxfdp);
1057
bump_maxfd
(listener->fd, maxfdp);
1067
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 36 milliseconds