Lines Matching refs:ident_t
3410 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))||
3518 if ((ident_t.l != sizeof(struct in6_addr))||
3526 if ((ident_t.l != (sizeof(struct in6_addr)*2))||
3544 if (ident_t.l == ident_s.l)
3545 result = memcmp(ident_t.v,ident_s.v,ident_t.l);
3583 plog(LLV_DEBUG, LOCATION, NULL, "cmpid target: length = \'%zu\'\n", ident_t.l );