HomeSort by relevance Sort by last modified time
    Searched refs:vrealloc (Results 1 - 9 of 9) sorted by null

  /external/ipsec-tools/src/racoon/
vmbuf.h 69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
debugrm.h 91 #define vrealloc(old, sz) \ macro
vmbuf.c 76 vrealloc(ptr, size) function
isakmp_frag.c 342 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
isakmp_inf.c 1073 buf = vrealloc(buf0, buf0->l + tlen);
    [all...]
ipsec_doi.c     [all...]
isakmp.c     [all...]
pfkey.c 332 buf = vrealloc(buf, bl + ml);
    [all...]
oakley.c 615 res = vrealloc(res, l + this->l);
    [all...]

Completed in 910 milliseconds