/external/ipsec-tools/src/racoon/ |
sainfo.c | 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; local 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); [all...] |
sainfo.h | 60 vchar_t *id_i; /* identifier of the authorized initiator */ member in struct:sainfo
|
cfparse.y | 1259 cur_sainfo->id_i, [all...] |
handler.c | 1250 iph2->sainfo->iddst, iph2->sainfo->id_i,
|
isakmp_quick.c | [all...] |