Home
last modified time | relevance | path

Searched refs:ident_t (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
Dipsec_doi.c3410 vchar_t ident_t; local
3437 ident_t.v = idt->v + sizeof(*id_bt);
3438 ident_t.l = idt->l - sizeof(*id_bt);
3452 result = ipsecdoi_subnetisaddr_v4(&ident_t,&ident_s);
3458 result = ipsecdoi_subnetisaddr_v4(&ident_s,&ident_t);
3465 result = ipsecdoi_subnetisaddr_v6(&ident_t,&ident_s);
3471 result = ipsecdoi_subnetisaddr_v6(&ident_s,&ident_t);
3497 result = eay_cmp_asn1dn(&ident_t, &ident_s);
3502 if ((ident_t.l != sizeof(struct in_addr))||
3510 if ((ident_t.l != (sizeof(struct in_addr)*2))||
[all …]