HomeSort by relevance Sort by last modified time
    Searched full:helperfd (Results 1 - 4 of 4) sorted by null

  /external/dnsmasq/src/
dnsmasq.c 367 daemon->helperfd = -1;
370 daemon->helperfd = create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
633 FD_SET(daemon->helperfd, &wset);
634 bump_maxfd(daemon->helperfd, &maxfd);
704 if (daemon->helperfd != -1 && FD_ISSET(daemon->helperfd, &wset))
888 if (daemon->helperfd != -1)
891 if ((i = fcntl(daemon->helperfd, F_GETFL)) != -1)
892 fcntl(daemon->helperfd, F_SETFL, i & ~O_NONBLOCK);
896 close(daemon->helperfd);
    [all...]
helper.c 306 if (daemon->helperfd == -1)
412 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
dnsmasq.h 667 int dhcpfd, helperfd; member in struct:daemon
  /external/dnsmasq/contrib/lease-access/
lease.access.patch 83 if (daemon->helperfd != -1 && FD_ISSET(daemon->helperfd, &wset))
392 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)

Completed in 72 milliseconds