| /src/crypto/dist/ipsec-tools/src/racoon/ |
| sainfo.c | 134 if (s->id_i != NULL) 135 if (ipsecdoi_chkcmpids(peer, s->id_i, 0)) 240 if(s->id_i) 362 char *idloc = NULL, *idrmt = NULL, *id_i; local 376 if (si->id_i == NULL) 377 id_i = strdup("ANY"); 379 id_i = ipsecdoi_id2str(si->id_i); 382 idloc, idrmt, id_i, si->remoteid); 386 racoon_free(id_i); [all...] |
| sainfo.c | 134 if (s->id_i != NULL) 135 if (ipsecdoi_chkcmpids(peer, s->id_i, 0)) 240 if(s->id_i) 362 char *idloc = NULL, *idrmt = NULL, *id_i; local 376 if (si->id_i == NULL) 377 id_i = strdup("ANY"); 379 id_i = ipsecdoi_id2str(si->id_i); 382 idloc, idrmt, id_i, si->remoteid); 386 racoon_free(id_i); [all...] |
| sainfo.h | 60 vchar_t *id_i; /* identifier of the authorized initiator */ member in struct:sainfo
|
| sainfo.h | 60 vchar_t *id_i; /* identifier of the authorized initiator */ member in struct:sainfo
|
| cfparse.y | 1480 cur_sainfo->id_i, 1677 cur_sainfo->id_i = NULL; 1688 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l); 1689 if (cur_sainfo->id_i == NULL) { 1694 id_b = (struct ipsecdoi_id_b *)cur_sainfo->id_i->v; 1700 memcpy(cur_sainfo->id_i->v + sizeof(*id_b),
|
| cfparse.y | 1480 cur_sainfo->id_i, 1677 cur_sainfo->id_i = NULL; 1688 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l); 1689 if (cur_sainfo->id_i == NULL) { 1694 id_b = (struct ipsecdoi_id_b *)cur_sainfo->id_i->v; 1700 memcpy(cur_sainfo->id_i->v + sizeof(*id_b),
|
| handler.c | 1216 iph2->sainfo->iddst, iph2->sainfo->id_i,
|
| handler.c | 1216 iph2->sainfo->iddst, iph2->sainfo->id_i,
|
| isakmp_quick.c | 2339 * credentials (iph2->sainfo->id_i is defined), i.e. 2344 iph2->sainfo && iph2->sainfo->id_i) { 2363 "has no id_i defined for the peer. Not filling "
|
| isakmp_quick.c | 2339 * credentials (iph2->sainfo->id_i is defined), i.e. 2344 iph2->sainfo && iph2->sainfo->id_i) { 2363 "has no id_i defined for the peer. Not filling "
|
| /src/external/mit/isl/dist/ |
| isl_reordering.c | 166 isl_id *id_i; local 167 id_i = isl_space_get_dim_id(alignee, isl_dim_param, i); 168 if (!id_i) 175 if (id_i == id_j) 180 isl_id_free(id_i); 189 isl_dim_param, pos, id_i);
|
| isl_reordering.c | 166 isl_id *id_i; local 167 id_i = isl_space_get_dim_id(alignee, isl_dim_param, i); 168 if (!id_i) 175 if (id_i == id_j) 180 isl_id_free(id_i); 189 isl_dim_param, pos, id_i);
|