Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libbind/dist/isc/
Dctl_p.h19 #define ctl_bufput __ctl_bufput macro
24 void ctl_bufput(struct ctl_buf *);
Dctl_clnt.c376 ctl_bufput(&ctx->inbuf); in destroy()
380 ctl_bufput(&this->outbuf); in destroy()
455 ctl_bufput(&tran->outbuf); in write_done()
550 ctl_bufput(&ctx->inbuf); in readable()
Dctl_srvr.c512 ctl_bufput(&sess->inbuf); in ctl_close()
514 ctl_bufput(&sess->outbuf); in ctl_close()
615 ctl_bufput(&sess->inbuf); in ctl_readable()
746 ctl_bufput(&sess->outbuf); in ctl_writedone()
Dctl_p.c94 ctl_bufput(struct ctl_buf *buf) { in ctl_bufput() function