Searched refs:iddst (Results 1 – 7 of 7) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 140 if( s->iddst == SAINFO_CLIENTADDR ) { 181 !ipsecdoi_chkcmpids(rmt, s->iddst, 0)) 214 if (si->iddst != NULL && 215 si->iddst != SAINFO_CLIENTADDR) 216 vfree(si->iddst); 245 if(s->iddst) 374 if (si->iddst == SAINFO_ANONYMOUS) 376 else if (si->iddst == SAINFO_CLIENTADDR) 379 idrmt = ipsecdoi_id2str(si->iddst);
|
D | sainfo.h | 45 vchar_t *iddst; member
|
D | cfparse.y | 1258 cur_sainfo->iddst, 1278 cur_sainfo->iddst = SAINFO_ANONYMOUS; 1283 cur_sainfo->iddst = SAINFO_CLIENTADDR; 1288 cur_sainfo->iddst = $2; 1293 cur_sainfo->iddst = SAINFO_ANONYMOUS; 1298 cur_sainfo->iddst = SAINFO_CLIENTADDR; 1303 cur_sainfo->iddst = $2;
|
D | isakmp_quick.c | 2146 vchar_t *idsrc = NULL, *iddst = NULL, *client = NULL; local 2162 iddst = ipsecdoi_sockaddr2id(iph2->dst, IPSECDOI_PREFIX_HOST, 2165 iddst = vdup(iph2->id_p); 2167 if (iddst == NULL) { 2200 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, client, iph2->ph1->rmconf->ph1id); 2221 if (iddst) 2222 vfree(iddst);
|
D | isakmp.c | 2255 vchar_t *idsrc, *iddst; local 2265 iddst = ipsecdoi_sockaddr2id((struct sockaddr *)&sp_out->spidx.dst, 2267 if (iddst == NULL) { 2281 iph2->sainfo = getsainfo(idsrc, iddst, NULL, NULL, remoteid); 2283 vfree(iddst);
|
D | handler.c | 1250 iph2->sainfo->iddst, iph2->sainfo->id_i, in revalidate_ph2()
|
/external/ipsec-tools/ |
D | ChangeLog | 910 iddst's value is SAINFO_CLIENTADDR
|