HomeSort by: relevance | last modified time | path
    Searched defs:ident_t (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
ipsec_doi.c 3297 vchar_t ident_t; local
3324 ident_t.v = idt->v + sizeof(*id_bt);
3325 ident_t.l = idt->l - sizeof(*id_bt);
3339 result = ipsecdoi_subnetisaddr_v4(&ident_t,&ident_s);
3345 result = ipsecdoi_subnetisaddr_v4(&ident_s,&ident_t);
3352 result = ipsecdoi_subnetisaddr_v6(&ident_t,&ident_s);
3358 result = ipsecdoi_subnetisaddr_v6(&ident_s,&ident_t);
3384 result = eay_cmp_asn1dn(&ident_t, &ident_s);
3389 if ((ident_t.l != sizeof(struct in_addr))||
3397 if ((ident_t.l != (sizeof(struct in_addr)*2))|
    [all...]

Completed in 16 milliseconds