Searched refs:imsg_add (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libopenbsd/
H A Dimsg.c176 if (imsg_add(wbuf, data, datalen) == -1)
200 if (imsg_add(wbuf, iov[i].iov_base, iov[i].iov_len) == -1)
232 if (imsg_add(wbuf, &hdr, sizeof(hdr)) == -1)
239 imsg_add(struct ibuf *msg, const void *data, u_int16_t datalen) function
H A Dimsg.h108 int imsg_add(struct ibuf *, const void *, u_int16_t);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap_dns.c183 imsg_add(buf, &h->ss, sizeof(h->ss));

Completed in 69 milliseconds