Home | History | Annotate | Download | only in racoon

Lines Matching refs:ld_buf

4577 			vchar_t *ld_buf = NULL;
4581 ld_buf = vmalloc(sizeof(d->lorv));
4582 if (ld_buf == NULL) {
4587 memcpy(ld_buf->v, &d->lorv, sizeof(d->lorv));
4591 ld_buf = vmalloc(len);
4592 if (ld_buf == NULL) {
4597 memcpy(ld_buf->v, d + 1, len);
4601 t = ipsecdoi_set_ld(ld_buf);
4602 vfree(ld_buf);
4621 t = ipsecdoi_set_ld(ld_buf);
4622 vfree(ld_buf);
4641 vfree(ld_buf);