/external/ipsec-tools/src/racoon/ |
debugrm.h | 46 #ifndef racoon_realloc 47 #define racoon_realloc(old, sz) realloc((old), (sz)) macro 64 #ifndef racoon_realloc 65 #define racoon_realloc(old, sz) \ macro
|
gcmalloc.h | 93 #define racoon_realloc(old, sz) GC_debug_realloc(old, sz, GC_EXTRAS) macro 116 #ifndef racoon_realloc 117 #define racoon_realloc(old, sz) realloc((old), (sz)) macro
|
vmbuf.c | 88 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) {
|
privsep.c | 363 reply = racoon_realloc(reply, reply->hdr.ac_len); 493 reply = racoon_realloc(reply, reply->hdr.ac_len); 845 if ((msg = racoon_realloc(msg, msg->hdr.ac_len)) == NULL) {
|
cfparse.y | 1016 grouplist = racoon_realloc(icc->grouplist, 1059 icc->splitdns_list = racoon_realloc(icc->splitdns_list,len); [all...] |
isakmp_cfg.c | [all...] |
isakmp.c | [all...] |