Searched refs:helperfd (Results 1 - 3 of 3) sorted by relevance

/external/dnsmasq/src/
H A Ddnsmasq.c367 daemon->helperfd = -1;
370 daemon->helperfd = create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
627 FD_SET(daemon->helperfd, &wset);
628 bump_maxfd(daemon->helperfd, &maxfd);
698 if (daemon->helperfd != -1 && FD_ISSET(daemon->helperfd, &wset))
882 if (daemon->helperfd != -1)
885 if ((i = fcntl(daemon->helperfd, F_GETFL)) != -1)
886 fcntl(daemon->helperfd, F_SETFL, i & ~O_NONBLOCK);
890 close(daemon->helperfd);
[all...]
H A Dhelper.c306 if (daemon->helperfd == -1)
412 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
H A Ddnsmasq.h665 int dhcpfd, helperfd; member in struct:daemon

Completed in 62 milliseconds