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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h60 struct sadb_ident *identd; /* destination identity */ member in struct:secashead
H A Dkey.c6444 sah->identd = NULL;
6474 sah->identd = NULL;
6489 KMALLOC_NOWAIT(sah->identd, struct sadb_ident *, iddstlen);
6490 if (sah->identd == NULL) {
6492 KMALLOC_WAIT(sah->identd, struct sadb_ident *, iddstlen);
6494 if (sah->identd == NULL) {
6502 bcopy(iddst, sah->identd, iddstlen);

Completed in 25 milliseconds