OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
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
...]
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 1117 milliseconds