HomeSort by relevance Sort by last modified time
    Searched refs:helperfd (Results 1 - 3 of 3) 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 665 int dhcpfd, helperfd; member in struct:daemon

Completed in 57 milliseconds