Home | History | Annotate | Download | only in racoon

Lines Matching full:oldlen

2405 	int oldlen = 0;
2410 oldlen = buf0->l;
2411 buf = vrealloc(buf0, oldlen + tlen);
2420 data = (struct isakmp_data *)(buf->v + oldlen);
2438 int oldlen = 0;
2443 oldlen = buf0->l;
2444 buf = vrealloc(buf0, oldlen + tlen);
2453 data = (struct isakmp_data *)(buf->v + oldlen);