Lines Matching refs:id_b
1938 struct ipsecdoi_id_b *id_b; local
1949 id_b = (struct ipsecdoi_id_b *)iph1->id_p->v;
1950 idlen = iph1->id_p->l - sizeof(*id_b);
1952 switch (id_b->type) {
1966 error = memcmp(id_b + 1, name->v, idlen);
1971 plogdump(LLV_DEBUG, id_b + 1, idlen);
2003 if (check_typeofcertname(id_b->type, type) == 0)
2037 error = memcmp(id_b + 1, a, idlen);
2043 plogdump(LLV_DEBUG, id_b + 1, idlen);
2069 if (check_typeofcertname(id_b->type, type) == 0)
2082 if (check_typeofcertname(id_b->type, type) != 0) {
2085 s_ipsecdoi_ident(id_b->type),
2090 error = memcmp(id_b + 1, altname, idlen);
2093 plogdump(LLV_DEBUG, id_b + 1, idlen);
2104 s_ipsecdoi_ident(id_b->type));