ibuf_seek
if ((b = ibuf_seek(buf, pos, len)) == NULL)
void *ibuf_seek(struct ibuf *, size_t, size_t);
ret = (ibuf_seek(buf, 1, SIZE_MAX) != NULL);
nonce = ibuf_new(ibuf_seek(encr->encr_key,
if ((hdr = ibuf_seek(buf, 0, sizeof(*hdr))) == NULL)
if ((hdr = ibuf_seek(msg->msg_data, 0, sizeof(*hdr))) == NULL)
hdr = ibuf_seek(msg->msg_data, msg->msg_offset, sizeof(*hdr));
(hdr = ibuf_seek(msg->msg_data, 0, sizeof(*hdr))) == NULL)
if ((ptr = ibuf_seek(msg->msg_data, msg->msg_offset, len)) == NULL ||
if (buf == NULL || (hdr = ibuf_seek(msg->msg_data,
if ((ptr = ibuf_seek(src,
integrdata = ibuf_seek(src, integroff, integrlen);
cipher_setiv(sa->sa_encr, ibuf_seek(src, ivoff, ivlen), ivlen);
integrdata = ibuf_seek(src, integroff, integrlen);
if (cipher_update(sa->sa_encr, ibuf_seek(src, encroff, encrlen),
ptr = ibuf_seek(out, outlen - 1, 1);
data = ibuf_seek(in, offset, 0);
if ((buf = ibuf_seek(msg->msg_data, offset + sizeof(n), left)) == NULL)
memcpy(el->frag_data, ibuf_seek(e, 0, 0), elen);
ptr = ibuf_seek(e, offset, el->frag_size);
if ((eap = ibuf_seek(msg->msg_data, offset, eap_len)) == NULL) {