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

  /src/crypto/dist/ipsec-tools/src/racoon/
sainfo.c 139 if( s->iddst == SAINFO_CLIENTADDR ) {
180 !ipsecdoi_chkcmpids(rmt, s->iddst, 0))
215 if (si->iddst != NULL &&
216 si->iddst != SAINFO_CLIENTADDR)
217 vfree(si->iddst);
246 if(s->iddst)
369 if (si->iddst == SAINFO_ANONYMOUS)
371 else if (si->iddst == SAINFO_CLIENTADDR)
374 idrmt = ipsecdoi_id2str(si->iddst);
sainfo.h 45 vchar_t *iddst; member in struct:sainfo
47 * idsrc and iddst are constructed body of ID payload.
cfparse.y 1479 cur_sainfo->iddst,
1500 cur_sainfo->iddst = SAINFO_ANONYMOUS;
1505 cur_sainfo->iddst = SAINFO_CLIENTADDR;
1510 cur_sainfo->iddst = $2;
1515 cur_sainfo->iddst = SAINFO_ANONYMOUS;
1520 cur_sainfo->iddst = SAINFO_CLIENTADDR;
1525 cur_sainfo->iddst = $2;
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
handler.c 1216 iph2->sainfo->iddst, iph2->sainfo->id_i,
  /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 54 milliseconds