Home
last modified time | relevance | path

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

/openbsd/lib/libutil/
H A DSymbols.map65 ibuf_write;
H A Dimsg.h127 int ibuf_write(struct msgbuf *);
H A Dimsg-buffer.c536 ibuf_write(struct msgbuf *msgbuf) in ibuf_write() function
/openbsd/usr.sbin/bgpd/
H A Dmrt.c1115 if ((r = ibuf_write(&mrt->wbuf)) == -1 && errno != EAGAIN) { in mrt_write()
H A Drtr_proto.c1253 if ((error = ibuf_write(&rs->w)) == -1) { in rtr_dispatch_msg()