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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnsmasq.c551 daemon->helperfd = -1;
554 daemon->helperfd = create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
923 poll_listen(daemon->helperfd, POLLOUT);
1028 if (daemon->helperfd != -1 && poll_check(daemon->helperfd, POLLOUT))
1313 if (daemon->helperfd != -1)
1316 if ((i = fcntl(daemon->helperfd, F_GETFL)) != -1)
1317 fcntl(daemon->helperfd, F_SETFL, i & ~O_NONBLOCK);
1321 while (retry_send(close(daemon->helperfd)));
H A Dhelper.c672 if (daemon->helperfd == -1)
739 if (daemon->helperfd == -1)
775 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
H A Ddnsmasq.h1034 int dhcpfd, helperfd, pxefd; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnsmasq.c551 daemon->helperfd = -1;
554 daemon->helperfd = create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
923 poll_listen(daemon->helperfd, POLLOUT);
1028 if (daemon->helperfd != -1 && poll_check(daemon->helperfd, POLLOUT))
1313 if (daemon->helperfd != -1)
1316 if ((i = fcntl(daemon->helperfd, F_GETFL)) != -1)
1317 fcntl(daemon->helperfd, F_SETFL, i & ~O_NONBLOCK);
1321 while (retry_send(close(daemon->helperfd)));
H A Dhelper.c672 if (daemon->helperfd == -1)
739 if (daemon->helperfd == -1)
775 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
H A Ddnsmasq.h1034 int dhcpfd, helperfd, pxefd; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnsmasq.c551 daemon->helperfd = -1;
554 daemon->helperfd = create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
923 poll_listen(daemon->helperfd, POLLOUT);
1028 if (daemon->helperfd != -1 && poll_check(daemon->helperfd, POLLOUT))
1313 if (daemon->helperfd != -1)
1316 if ((i = fcntl(daemon->helperfd, F_GETFL)) != -1)
1317 fcntl(daemon->helperfd, F_SETFL, i & ~O_NONBLOCK);
1321 while (retry_send(close(daemon->helperfd)));
H A Dhelper.c672 if (daemon->helperfd == -1)
739 if (daemon->helperfd == -1)
775 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
H A Ddnsmasq.h1034 int dhcpfd, helperfd, pxefd; member in struct:daemon

Completed in 144 milliseconds