Searched refs:idents (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeydb.h58 struct sadb_ident *idents; /* source identity */ member in struct:secashead
H A Dkey.c5830 sah->idents = NULL;
5858 sah->idents = NULL;
5864 KMALLOC_NOWAIT(sah->idents, struct sadb_ident *, idsrclen);
5865 if (sah->idents == NULL) {
5867 KMALLOC_WAIT(sah->idents, struct sadb_ident *, idsrclen);
5869 if (sah->idents == NULL) {
5880 KFREE(sah->idents);
5881 sah->idents = NULL;
5886 bcopy(idsrc, sah->idents, idsrclen);

Completed in 38 milliseconds