Searched defs:id_i (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsainfo.h56 vchar_t *id_i; /* identifier of the authorized initiator */ member in struct:sainfo
H A Dsainfo.c130 if (s->id_i != NULL) {
133 if (ipsecdoi_chkcmpids(peer, s->id_i, 0))
277 char *idloc = NULL, *idrmt = NULL, *id_i; local
289 if (si->id_i == NULL)
290 id_i = strdup("ANY");
292 id_i = ipsecdoi_id2str(si->id_i);
295 idloc, idrmt, id_i, si->remoteid);
299 racoon_free(id_i);

Completed in 89 milliseconds