Searched refs:racoon_realloc (Results 1 – 7 of 7) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | 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
|
D | 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
|
D | vmbuf.c | 88 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) {
|
D | privsep.c | 363 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) {
|
D | cfparse.y | 1016 grouplist = racoon_realloc(icc->grouplist, 1059 icc->splitdns_list = racoon_realloc(icc->splitdns_list,len);
|
D | isakmp_cfg.c | 2105 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);
|
D | isakmp.c | 3145 newenvp = racoon_realloc(*envp, newenvc * sizeof(char *));
|