Home | History | Annotate | Download | only in racoon

Lines Matching defs:iddst

2147 	vchar_t *idsrc = NULL, *iddst = NULL, *client = NULL;
2163 iddst = ipsecdoi_sockaddr2id(iph2->dst, IPSECDOI_PREFIX_HOST,
2166 iddst = vdup(iph2->id_p);
2168 if (iddst == NULL) {
2201 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, client, iph2->ph1->rmconf->ph1id);
2222 if (iddst)
2223 vfree(iddst);