Home | History | Annotate | Download | only in racoon

Lines Matching refs:racoon_realloc

399 			reply = racoon_realloc(reply, reply->hdr.ac_len);
529 reply = racoon_realloc(reply, reply->hdr.ac_len);
1001 if ((msg = racoon_realloc(msg, msg->hdr.ac_len)) == NULL) {