Home
last modified time | relevance | path

Searched refs:ibuf_left (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libutil/
H A DSymbols.map49 ibuf_left;
H A Dimsg.h107 size_t ibuf_left(const struct ibuf *);
H A Dimsg-buffer.c355 ibuf_left(const struct ibuf *buf) in ibuf_left() function
/openbsd/usr.sbin/ospf6d/
H A Dlsreq.c63 le != NULL && sizeof(ls_req_hdr) < ibuf_left(buf); in send_ls_req()
H A Dlsack.c252 if (ibuf_left(buf) < sizeof(struct lsa_hdr)) in ls_ack_tx_timer()
H A Ddatabase.c89 ibuf_left(buf) >= sizeof(struct lsa_hdr); le = nle) { in send_db_description()
H A Dlsupdate.c197 if (len >= ibuf_left(buf)) in add_ls_update()
/openbsd/usr.sbin/ospfd/
H A Dlsreq.c66 ibuf_left(buf) >= sizeof(struct ls_req_hdr) + MD5_DIGEST_LENGTH; in send_ls_req()
H A Dlsack.c254 if (ibuf_left(buf) < sizeof(struct lsa_hdr) + in ls_ack_tx_timer()
H A Ddatabase.c91 ibuf_left(buf) >= MD5_DIGEST_LENGTH + sizeof(struct lsa_hdr); in send_db_description()