Home | History | Annotate | Download | only in racoon

Lines Matching full:oldlen

2403 	int oldlen = 0;
2408 oldlen = buf0->l;
2409 buf = vrealloc(buf0, oldlen + tlen);
2418 data = (struct isakmp_data *)(buf->v + oldlen);
2436 int oldlen = 0;
2441 oldlen = buf0->l;
2442 buf = vrealloc(buf0, oldlen + tlen);
2451 data = (struct isakmp_data *)(buf->v + oldlen);