HomeSort by: relevance | last modified time | path
    Searched defs:iddst (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
sainfo.h 45 vchar_t *iddst; member in struct:sainfo
47 * idsrc and iddst are constructed body of ID payload.
isakmp_quick.c 2120 vchar_t *idsrc = NULL, *iddst = NULL, *client = NULL;
2136 iddst = ipsecdoi_sockaddr2id(iph2->dst, IPSECDOI_PREFIX_HOST,
2139 iddst = vdup(iph2->id_p);
2141 if (iddst == NULL) {
2174 iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, client, iph2->ph1->rmconf->ph1id);
2195 if (iddst)
2196 vfree(iddst);
2119 vchar_t *idsrc = NULL, *iddst = NULL, *client = NULL; local
isakmp.c 2222 vchar_t *idsrc, *iddst;
2232 iddst = ipsecdoi_sockaddr2id((struct sockaddr *)&sp_out->spidx.dst,
2234 if (iddst == NULL) {
2248 iph2->sainfo = getsainfo(idsrc, iddst, NULL, NULL, remoteid);
2250 vfree(iddst);
2221 vchar_t *idsrc, *iddst; local
  /src/sys/netipsec/
key.c 6131 const struct sadb_ident *idsrc, *iddst; local
6169 iddst = mhp->ext[SADB_EXT_IDENTITY_DST];
6174 if (idsrc->sadb_ident_type != iddst->sadb_ident_type) {
6176 idsrc->sadb_ident_type, iddst->sadb_ident_type);
6204 memcpy(sah->identd, iddst, iddstlen);

Completed in 46 milliseconds