Home | History | Annotate | Download | only in racoon

Lines Matching defs:id_i

135 		if (s->id_i != NULL)
136 if (ipsecdoi_chkcmpids(peer, s->id_i, 0))
239 if(s->id_i)
367 char *idloc = NULL, *idrmt = NULL, *id_i;
381 if (si->id_i == NULL)
382 id_i = strdup("ANY");
384 id_i = ipsecdoi_id2str(si->id_i);
387 idloc, idrmt, id_i, si->remoteid);
391 racoon_free(id_i);