Home | History | Annotate | Download | only in racoon

Lines Matching refs:idt

3399 ipsecdoi_chkcmpids( idt, ids, exact )
3400 const vchar_t *idt; /* id cmp target */
3412 if (idt == NULL || ids == NULL)
3430 id_bt = (struct ipsecdoi_id_b *) idt->v;
3433 ident_t.v = idt->v + sizeof(*id_bt);
3434 ident_t.l = idt->l - sizeof(*id_bt);
3549 char *idstrt = ipsecdoi_id2str(idt);