HomeSort by: relevance | last modified time | path
    Searched defs:idsrc (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
6168 idsrc = mhp->ext[SADB_EXT_IDENTITY_SRC];
6174 if (idsrc->sadb_ident_type != iddst->sadb_ident_type) {
6176 idsrc->sadb_ident_type, iddst->sadb_ident_type);
6187 switch (idsrc->sadb_ident_type) {
6203 memcpy(sah->idents, idsrc, idsrclen);
key.c 6131 const struct sadb_ident *idsrc, *iddst; local in function:key_setident
6168 idsrc = mhp->ext[SADB_EXT_IDENTITY_SRC];
6174 if (idsrc->sadb_ident_type != iddst->sadb_ident_type) {
6176 idsrc->sadb_ident_type, iddst->sadb_ident_type);
6187 switch (idsrc->sadb_ident_type) {
6203 memcpy(sah->idents, idsrc, idsrclen);

Completed in 30 milliseconds