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

/external/ipsec-tools/src/racoon/
H A Dsainfo.h42 vchar_t *iddst; member in struct:sainfo
44 * idsrc and iddst are constructed body of ID payload.
H A 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);
H A Disakmp_quick.c1806 vchar_t *idsrc = NULL, *iddst = NULL;
1848 iddst = ipsecdoi_sockaddr2id(iph2->dst, prefixlen,
1851 iddst = vdup(iph2->id_p);
1853 if (iddst == NULL) {
1871 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, remoteid);
1892 if (iddst)
1893 vfree(iddst);
1805 vchar_t *idsrc = NULL, *iddst = NULL; local
H A 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;
H A 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);
H A Dhandler.c1088 iph2->sainfo->iddst, iph2->sainfo->id_i,

Completed in 197 milliseconds