Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A 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
H A 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
H A Dvmbuf.c85 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) { in vrealloc()
H A Dprivsep.c407 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init()
537 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init()
1008 if ((msg = racoon_realloc(msg, msg->hdr.ac_len)) == NULL) {
H A Dcfparse.y1317 grouplist = racoon_realloc(icc->grouplist,
1368 icc->splitdns_list = racoon_realloc(icc->splitdns_list,len);
H A Disakmp_cfg.c2101 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);
H A Disakmp.c3200 newenvp = racoon_realloc(*envp, newenvc * sizeof(char *));