Home
last modified time | relevance | path

Searched refs:netread (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c49 netread( in netread() function
312 rc = netread(c->req_read_pipe, &hdr, sizeof(hdr)); in receive_blocking_req_internal()
326 rc = netread(c->req_read_pipe, (char *)(req + 1), in receive_blocking_req_internal()
385 rc = netread(c->resp_read_pipe, &hdr, sizeof(hdr)); in receive_blocking_resp_internal()
401 rc = netread(c->resp_read_pipe, (char *)(resp + 1), in receive_blocking_resp_internal()
563 rc = netread(c->resp_read_pipe, &rc, sizeof(rc)); in fork_blocking_child()