Searched defs:lensz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c419 uint32_t lensz; local
432 lensz = sizeof (len);
434 out_buf = (char *)malloc((size_t)(lensz + tok->length));
442 (void) memcpy((void *)out_buf, (void *)&len, lensz);
443 (void) memcpy((void *)(out_buf + lensz), (void *)tok->value,
446 if (send_timeout(fd, out_buf, (lensz + tok->length))) {

Completed in 60 milliseconds