Searched refs:vrealloc (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | vmbuf.h | 69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
|
H A D | vmbuf.c | 75 vrealloc(vchar_t *ptr, size_t size) in vrealloc() function
|
H A D | debugrm.h | 91 #define vrealloc(old, sz) \ macro
|
H A D | debugrm.c | 234 p = vrealloc(ptr, size); in DRM_vrealloc()
|
H A D | isakmp_frag.c | 402 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
|
H A D | isakmp.c | 1482 result = vrealloc(result, result->l * 2); 2465 buf = vrealloc(buf0, oldlen + tlen); 2498 buf = vrealloc(buf0, oldlen + tlen);
|
H A D | ipsec_doi.c | 3026 p = vrealloc(p, p->l + sizeof(*trns) + attrlen); 3165 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l); 3823 new = vrealloc(new, tlen + len);
|
H A D | isakmp_inf.c | 1047 buf = vrealloc(buf0, buf0->l + tlen);
|
H A D | oakley.c | 663 res = vrealloc(res, l + this->l);
|
H A D | pfkey.c | 358 buf = vrealloc(buf, bl + ml);
|
/netbsd-src/crypto/dist/ipsec-tools/ |
H A D | ChangeLog.old | 1183 * src/racoon/vmbuf.c: bugfix in vrealloc()
|