HomeSort by: relevance | last modified time | path
    Searched refs:numfd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
netio.c 112 int numfd; local
142 numfd = 0;
146 if (handler->fd != -1 && numfd < MAX_NETIO_FDS) {
147 fds[numfd].fd = handler->fd;
148 fds[numfd].events = 0;
149 fds[numfd].revents = 0;
150 handler->pfd = numfd;
152 fds[numfd].events |= POLLIN;
155 fds[numfd].events |= POLLOUT;
157 numfd++
    [all...]
netio.c 112 int numfd; local
142 numfd = 0;
146 if (handler->fd != -1 && numfd < MAX_NETIO_FDS) {
147 fds[numfd].fd = handler->fd;
148 fds[numfd].events = 0;
149 fds[numfd].revents = 0;
150 handler->pfd = numfd;
152 fds[numfd].events |= POLLIN;
155 fds[numfd].events |= POLLOUT;
157 numfd++
    [all...]
  /src/external/bsd/unbound/dist/services/
outside_network.c 1651 int* avail, int numavail, size_t numfd)
1663 pif->maxout = (int)numfd;
1665 pif->out = (struct port_comm**)calloc(numfd,
outside_network.c 1651 int* avail, int numavail, size_t numfd)
1663 pif->maxout = (int)numfd;
1665 pif->out = (struct port_comm**)calloc(numfd,

Completed in 46 milliseconds