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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_fork.c208 if (-1 != c->req_write_pipe) {
209 close(c->req_write_pipe);
210 c->req_write_pipe = -1;
272 if (-1 == c->req_write_pipe) {
274 DEBUG_INSIST(-1 != c->req_write_pipe);
278 rc = netwrite(c->req_write_pipe, hdr, octets);
282 rc = netwrite(c->req_write_pipe, data, octets);
431 if (-1 != c->req_write_pipe && 0 == c->pid)
461 if (-1 == c->req_write_pipe) {
485 c->req_write_pipe
[all...]
H A Dntp_worker.c199 c->req_write_pipe = -1;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_worker.h65 int req_write_pipe; /* parent */ member in struct:blocking_child_tag

Completed in 173 milliseconds