Searched refs:vrealloc (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dvmbuf.h59 extern vchar_t *vrealloc __P((vchar_t *, size_t));
H A Ddebugrm.h78 #define vrealloc(old, sz) \ macro
H A Dvmbuf.c66 vrealloc(ptr, size) function
H A Ddebugrm.c235 p = vrealloc(ptr, size);
H A Disakmp.c1084 * as we do vrealloc() in the following loop.
1124 result = vrealloc(result, result->l * 2);
1839 buf = vrealloc(buf0, oldlen + tlen);
1872 buf = vrealloc(buf0, oldlen + tlen);
H A Deaytest.c607 iv = vrealloc(iv, 16);
H A Disakmp_inf.c666 buf = vrealloc(buf0, buf0->l + tlen);
H A Dipsec_doi.c2644 p = vrealloc(p, p->l + sizeof(*trns) + attrlen);
2754 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l);
3197 new = vrealloc(new, tlen + len);
H A Dpfkey.c290 buf = vrealloc(buf, bl + ml);
H A Doakley.c550 res = vrealloc(res, l + this->l);

Completed in 46 milliseconds