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.c3409 struct ipsecdoi_id_b *id_bs; local
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);
3442 if (id_bs->type != id_bt->type)
3450 if ((id_bs->type == IPSECDOI_ID_IPV4_ADDR)&&
3456 if ((id_bs->type == IPSECDOI_ID_IPV4_ADDR_SUBNET)&&
3463 if ((id_bs->type == IPSECDOI_ID_IPV6_ADDR)&&
3469 if ((id_bs->type == IPSECDOI_ID_IPV6_ADDR_SUBNET)&&
3477 s_ipsecdoi_ident(id_bs->type),
[all …]