Lines Matching refs:ld_buf
4677 vchar_t *ld_buf = NULL; local
4681 ld_buf = vmalloc(sizeof(d->lorv));
4682 if (ld_buf == NULL) {
4687 memcpy(ld_buf->v, &d->lorv, sizeof(d->lorv));
4691 ld_buf = vmalloc(len);
4692 if (ld_buf == NULL) {
4697 memcpy(ld_buf->v, d + 1, len);
4701 t = ipsecdoi_set_ld(ld_buf);
4702 vfree(ld_buf);
4721 t = ipsecdoi_set_ld(ld_buf);
4722 vfree(ld_buf);
4741 vfree(ld_buf);