Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c72 netwrite( in netwrite() function
280 rc = netwrite(c->req_write_pipe, hdr, octets); in send_blocking_req_internal()
284 rc = netwrite(c->req_write_pipe, data, octets); in send_blocking_req_internal()
360 rc = netwrite(c->resp_write_pipe, resp, octets); in send_blocking_resp_internal()
593 rc = netwrite(c->resp_write_pipe, &rc, sizeof(rc)); in fork_blocking_child()
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dsocket.h130 # define tcp_write( s, buf, len ) netwrite( s, buf, len )
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c530 return netwrite( sbiod->sbiod_sb->sb_fd, buf, len ); in sb_stream_write()