Searched refs:iddst (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 137 if (s->idsrc == NULL && s->iddst == NULL) { 151 !ipsecdoi_chkcmpids(rmt, s->iddst, 0)) 189 if (si->iddst) 190 vfree(si->iddst); 284 if (si->iddst == NULL) 287 idrmt = ipsecdoi_id2str(si->iddst);
|
D | sainfo.h | 42 vchar_t *iddst; member
|
D | isakmp_quick.c | 1805 vchar_t *idsrc = NULL, *iddst = NULL; local 1847 iddst = ipsecdoi_sockaddr2id(iph2->dst, prefixlen, 1850 iddst = vdup(iph2->id_p); 1852 if (iddst == NULL) { 1870 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, remoteid); 1891 if (iddst) 1892 vfree(iddst);
|
D | cfparse.y | 1155 cur_sainfo->iddst, 1171 cur_sainfo->iddst = NULL; 1176 cur_sainfo->iddst = $2; 1181 cur_sainfo->iddst = NULL; 1186 cur_sainfo->iddst = $2;
|
D | pfkey.c | 1839 vchar_t *idsrc, *iddst; local 1850 iddst = ipsecdoi_sockaddr2id((struct sockaddr *)&sp_out->spidx.dst, 1852 if (iddst == NULL) { 1870 iph2[n]->sainfo = getsainfo(idsrc, iddst, NULL, remoteid); 1872 vfree(iddst);
|
D | handler.c | 1088 iph2->sainfo->iddst, iph2->sainfo->id_i, in revalidate_ph2()
|