Home
last modified time | relevance | path

Searched refs:racoon_realloc (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
Ddebugrm.h46 #ifndef racoon_realloc
47 #define racoon_realloc(old, sz) realloc((old), (sz)) macro
64 #ifndef racoon_realloc
65 #define racoon_realloc(old, sz) \ macro
Dgcmalloc.h93 #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
Dvmbuf.c88 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) {
Dprivsep.c363 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init()
493 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init()
845 if ((msg = racoon_realloc(msg, msg->hdr.ac_len)) == NULL) {
Dcfparse.y1016 grouplist = racoon_realloc(icc->grouplist,
1059 icc->splitdns_list = racoon_realloc(icc->splitdns_list,len);
Disakmp_cfg.c2105 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);
Disakmp.c3145 newenvp = racoon_realloc(*envp, newenvc * sizeof(char *));