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

  /src/sys/netipsec/
key.c 6131 const struct sadb_ident *idsrc, *iddst; local in function:key_setident
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);
key.c 6131 const struct sadb_ident *idsrc, *iddst; local in function:key_setident
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 33 milliseconds