Home | History | Annotate | Download | only in racoon

Lines Matching refs:ld_buf

4663 			vchar_t *ld_buf = NULL;
4667 ld_buf = vmalloc(sizeof(d->lorv));
4668 if (ld_buf == NULL) {
4673 memcpy(ld_buf->v, &d->lorv, sizeof(d->lorv));
4677 ld_buf = vmalloc(len);
4678 if (ld_buf == NULL) {
4683 memcpy(ld_buf->v, d + 1, len);
4687 t = ipsecdoi_set_ld(ld_buf);
4688 vfree(ld_buf);
4707 t = ipsecdoi_set_ld(ld_buf);
4708 vfree(ld_buf);
4727 vfree(ld_buf);