Home
last modified time | relevance | path

Searched refs:ax_rbsize (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libagentx/
Dax.c72 ax->ax_rbsize = 512; in ax_new()
73 if ((ax->ax_rbuf = malloc(ax->ax_rbsize)) == NULL) in ax_new()
145 if (AX_PDU_HEADER + header.aph_plength > ax->ax_rbsize) { in ax_recv()
148 if ((rbuf = recallocarray(ax->ax_rbuf, ax->ax_rbsize, in ax_recv()
151 ax->ax_rbsize = rbsize; in ax_recv()
Dax.h120 size_t ax_rbsize; member
/openbsd/src/usr.sbin/snmpd/
Dax.c71 ax->ax_rbsize = 512; in ax_new()
72 if ((ax->ax_rbuf = malloc(ax->ax_rbsize)) == NULL) in ax_new()
142 if (AX_PDU_HEADER + header.aph_plength > ax->ax_rbsize) { in ax_recv()
145 if ((rbuf = recallocarray(ax->ax_rbuf, ax->ax_rbsize, in ax_recv()
148 ax->ax_rbsize = rbsize; in ax_recv()
Dax.h123 size_t ax_rbsize; member