Home
last modified time | relevance | path

Searched refs:vrealloc (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dvmbuf.h69 extern vchar_t *vrealloc(vchar_t *, size_t);
Dvmbuf.c75 vrealloc(vchar_t *ptr, size_t size) in vrealloc() function
Ddebugrm.h91 #define vrealloc(old, sz) \ macro
Ddebugrm.c234 p = vrealloc(ptr, size); in DRM_vrealloc()
Disakmp_frag.c393 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) { in isakmp_frag_addcap()
Disakmp.c1465 result = vrealloc(result, result->l * 2); in isakmp_parsewoh()
2412 buf = vrealloc(buf0, oldlen + tlen); in isakmp_add_attr_v()
2442 buf = vrealloc(buf0, oldlen + tlen); in isakmp_add_attr_l()
Dipsec_doi.c2968 p = vrealloc(p, p->l + sizeof(*trns) + attrlen); in setph2proposal0()
3106 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l); in ipsecdoi_setph2proposal()
3749 new = vrealloc(new, tlen + len); in set_identifier_qual()
Disakmp_inf.c1020 buf = vrealloc(buf0, buf0->l + tlen); in isakmp_add_pl_n()
Doakley.c646 res = vrealloc(res, l + this->l); in oakley_compute_keymat_x()
Dpfkey.c358 buf = vrealloc(buf, bl + ml); in pfkey_dump_sadb()
/netbsd/src/crypto/dist/ipsec-tools/
DChangeLog.old1183 * src/racoon/vmbuf.c: bugfix in vrealloc()