Home | History | Annotate | Download | only in racoon

Lines Matching refs:ids

3394  * Check and Compare two IDs
3403 ipsecdoi_chkcmpids( idt, ids, exact )
3405 const vchar_t *ids; /* id cmp source */
3414 /* handle wildcard IDs */
3416 if (idt == NULL || ids == NULL)
3421 "check and compare ids : values matched (ANONYMOUS)\n" );
3427 "check and compare ids : value mismatch (ANONYMOUS)\n" );
3432 /* make sure the ids are of the same type */
3435 id_bs = (struct ipsecdoi_id_b *) ids->v;
3439 ident_s.v = ids->v + sizeof(*id_bs);
3440 ident_s.l = ids->l - sizeof(*id_bs);
3476 "check and compare ids : id type mismatch %s != %s\n",
3485 "check and compare ids : proto_id mismatch %d != %d\n",
3496 /* compare asn1 ids */
3554 char *idstrs = ipsecdoi_id2str(ids);
3558 "check and compare ids : values matched (%s)\n",
3562 "check and compare ids : value mismatch (%s)\n",
3581 plog(LLV_DEBUG, LOCATION, NULL, "check and compare ids : %s integrity error\n",
3685 /* check the type of both IDs */