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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c6432 int idsrclen, iddstlen; local
6459 iddstlen = mhp->extlen[SADB_EXT_IDENTITY_DST];
6489 KMALLOC_NOWAIT(sah->identd, struct sadb_ident *, iddstlen);
6492 KMALLOC_WAIT(sah->identd, struct sadb_ident *, iddstlen);
6502 bcopy(iddst, sah->identd, iddstlen);

Completed in 18 milliseconds