Home
last modified time | relevance | path

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

/openbsd/src/lib/libutil/
DSymbols.map101 msgbuf_new;
Dimsg.h112 struct msgbuf *msgbuf_new(void);
Dimsg-buffer.c563 msgbuf_new(void) in msgbuf_new() function
591 msgbuf = msgbuf_new(); in msgbuf_new_reader()
/openbsd/src/usr.sbin/ldpd/
Dldpd.c603 if ((eb->wbuf = msgbuf_new()) == NULL) in evbuf_init()
/openbsd/src/usr.sbin/bgpd/
Dsession.c3290 if ((mrt->wbuf = msgbuf_new()) == NULL) in session_dispatch_imsg()
Drde.c3311 if ((ctx->mrt.wbuf = msgbuf_new()) == NULL) { in rde_dump_mrt_new()