IBUF_READ_SIZE
if (hdrsz == 0 || hdrsz > IBUF_READ_SIZE / 2) {
if ((buf = malloc(IBUF_READ_SIZE)) == NULL)
iov.iov_len = IBUF_READ_SIZE - msgbuf->roff;
iov.iov_len = IBUF_READ_SIZE - msgbuf->roff;
#define MAX_SOCK_BUF (4 * IBUF_READ_SIZE)
if ((mroute_ptr = calloc(1, IBUF_READ_SIZE)) == NULL)
if ((r = recvfrom(fd, buf, IBUF_READ_SIZE, 0, NULL, NULL)) == -1) {
char rbuf[IBUF_READ_SIZE];
int howmuch = IBUF_READ_SIZE;
char buf[IBUF_READ_SIZE];
uint8_t buf[IBUF_READ_SIZE];
if ((buf = ibuf_dynamic(PKG_DEF_SIZE, IBUF_READ_SIZE)) == NULL)
IBUF_READ_SIZE)) == NULL)
if ((buf = ibuf_dynamic(sizeof(lsa_hdr), IBUF_READ_SIZE)) == NULL)
if ((buf = ibuf_dynamic(sizeof(lsa_hdr), IBUF_READ_SIZE)) == NULL)
char rbuf[IBUF_READ_SIZE];
int howmuch = IBUF_READ_SIZE;
char buf[IBUF_READ_SIZE], *ptr;
u_int8_t buf[IBUF_READ_SIZE];
u_int8_t buf[IBUF_READ_SIZE];