/src/sys/netipsec/ |
key.c | 6132 int idsrclen, iddstlen; local in function:key_setident 6171 iddstlen = mhp->extlen[SADB_EXT_IDENTITY_DST]; 6201 sah->identd = kmem_alloc(iddstlen, KM_SLEEP); 6202 sah->identd_len = iddstlen; 6204 memcpy(sah->identd, iddst, iddstlen);
|
key.c | 6132 int idsrclen, iddstlen; local in function:key_setident 6171 iddstlen = mhp->extlen[SADB_EXT_IDENTITY_DST]; 6201 sah->identd = kmem_alloc(iddstlen, KM_SLEEP); 6202 sah->identd_len = iddstlen; 6204 memcpy(sah->identd, iddst, iddstlen);
|
key.c | 6132 int idsrclen, iddstlen; local in function:key_setident 6171 iddstlen = mhp->extlen[SADB_EXT_IDENTITY_DST]; 6201 sah->identd = kmem_alloc(iddstlen, KM_SLEEP); 6202 sah->identd_len = iddstlen; 6204 memcpy(sah->identd, iddst, iddstlen);
|
key.c | 6132 int idsrclen, iddstlen; local in function:key_setident 6171 iddstlen = mhp->extlen[SADB_EXT_IDENTITY_DST]; 6201 sah->identd = kmem_alloc(iddstlen, KM_SLEEP); 6202 sah->identd_len = iddstlen; 6204 memcpy(sah->identd, iddst, iddstlen);
|