Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dipsec_doi.c3405 struct ipsecdoi_id_b *id_bs; local
3431 id_bs = (struct ipsecdoi_id_b *) ids->v;
3435 ident_s.v = ids->v + sizeof(*id_bs);
3436 ident_s.l = ids->l - sizeof(*id_bs);
3438 if (id_bs->type != id_bt->type)
3446 if ((id_bs->type == IPSECDOI_ID_IPV4_ADDR)&&
3452 if ((id_bs->type == IPSECDOI_ID_IPV4_ADDR_SUBNET)&&
3459 if ((id_bs->type == IPSECDOI_ID_IPV6_ADDR)&&
3465 if ((id_bs->type == IPSECDOI_ID_IPV6_ADDR_SUBNET)&&
3473 s_ipsecdoi_ident(id_bs->type),
[all …]