Home
last modified time | relevance | path

Searched refs:ibuf_open (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/sbin/iked/
Dimsg_util.c69 return ibuf_open(IKED_MSGBUF_MAX); in ibuf_static()
105 if ((buf = ibuf_open(len)) == NULL) in ibuf_random()
/openbsd/src/usr.sbin/ldpd/
Dkeepalive.c33 if ((buf = ibuf_open(size)) == NULL) in send_keepalive()
Daddress.c85 if ((buf = ibuf_open(size)) == NULL) in send_address()
155 if ((buf = ibuf_open(size)) == NULL) in send_mac_withdrawal()
Dinit.c43 if ((buf = ibuf_open(size)) == NULL) in send_init()
232 if ((buf = ibuf_open(size)) == NULL) in send_capability()
Dnotification.c47 if ((buf = ibuf_open(size)) == NULL) in send_notification_full()
/openbsd/src/usr.sbin/ripd/
Dmessage.c116 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip) - in send_triggered_update()
178 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip) - in send_request()
254 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip) - in send_response()
/openbsd/src/usr.sbin/dvmrpd/
Dgraft_ack.c47 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_graft_ack()
Dgraft.c47 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_graft()
Dask_nbrs2.c47 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_ask_nbrs2()
Dnbrs2.c48 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_nbrs2()
Dreport.c52 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_report()
240 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in rr_list_send()
Dprune.c55 if ((buf = ibuf_open(nbr->iface->mtu - sizeof(struct ip))) == NULL) in send_prune()
Dprobe.c48 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_probe()
Digmp.c50 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) in send_igmp_query()
/openbsd/src/lib/libutil/
Dimsg.c252 if ((hdrbuf = ibuf_open(IMSG_HEADER_SIZE)) == NULL) in imsg_compose_ibuf()
369 if ((b = ibuf_open(len)) == NULL) in imsg_parse_hdr()
DSymbols.map50 ibuf_open;
Dimsg.h67 struct ibuf *ibuf_open(size_t);
/openbsd/src/usr.sbin/rpki-client/
Dio.c169 if ((b = ibuf_open(len)) == NULL) in io_parse_hdr()
/openbsd/src/usr.sbin/relayd/
Dutil.c299 if ((ibuf = ibuf_open(len / 2)) == NULL) in string2binary()
/openbsd/src/usr.sbin/ospf6d/
Dlsreq.c40 if ((buf = ibuf_open(nbr->iface->mtu - sizeof(struct ip6_hdr))) == NULL) in send_ls_req()
Dlsack.c43 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip6_hdr))) == NULL) { in prepare_ls_ack()
Ddatabase.c46 if ((buf = ibuf_open(nbr->iface->mtu - sizeof(struct ip6_hdr))) == NULL) in send_db_description()
/openbsd/src/usr.sbin/ospfd/
Dlsreq.c39 if ((buf = ibuf_open(nbr->iface->mtu - sizeof(struct ip))) == NULL) in send_ls_req()
Dlsack.c43 if ((buf = ibuf_open(iface->mtu - sizeof(struct ip))) == NULL) { in prepare_ls_ack()
Ddatabase.c48 if ((buf = ibuf_open(nbr->iface->mtu - sizeof(struct ip))) == NULL) in send_db_description()

12