Home
last modified time | relevance | path

Searched refs:iddst (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
Dsainfo.c137 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);
Dsainfo.h42 vchar_t *iddst; member
Disakmp_quick.c1805 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);
Dcfparse.y1155 cur_sainfo->iddst,
1171 cur_sainfo->iddst = NULL;
1176 cur_sainfo->iddst = $2;
1181 cur_sainfo->iddst = NULL;
1186 cur_sainfo->iddst = $2;
Dpfkey.c1839 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);
Dhandler.c1088 iph2->sainfo->iddst, iph2->sainfo->id_i, in revalidate_ph2()