Home
last modified time | relevance | path

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

/openbsd/lib/libutil/
H A DSymbols.map59 ibuf_set_n32;
H A Dimsg.h100 int ibuf_set_n32(struct ibuf *, size_t, uint64_t);
H A Dimsg-buffer.c291 ibuf_set_n32(struct ibuf *buf, size_t pos, uint64_t value) in ibuf_set_n32() function
/openbsd/usr.sbin/eigrpd/
H A Dpacket.c172 if (ibuf_set_n32(buf, offsetof(struct eigrp_hdr, ack_num), in send_packet()
184 if (ibuf_set_n32(buf, offsetof(struct eigrp_hdr, flags), in send_packet()
/openbsd/usr.sbin/ospfd/
H A Dlsupdate.c211 if (ibuf_set_n32(buf, sizeof(struct ospf_hdr), nlsa) == -1) in send_ls_update()
/openbsd/usr.sbin/ospf6d/
H A Dlsupdate.c223 if (ibuf_set_n32(buf, sizeof(struct ospf_hdr), nlsa) == -1) in send_ls_update()