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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c306 struct iovec iovec[2]; local
308 iovec[0].iov_base = (caddr_t)&message_length;
309 iovec[0].iov_len = sizeof (uint32_t);
310 iovec[1].iov_base = msg;
311 iovec[1].iov_len = message_length;
313 if (writev(fd, iovec, sizeof (iovec) / sizeof (*iovec)) == -1)
/osnet-11/usr/src/lib/libsasl/include/
H A Dconfig.h348 /* Create a struct iovec if we need one */
351 struct iovec { struct
H A Dsasl.h229 struct iovec { struct
235 struct iovec; /* Defined in OS headers */
1250 const struct iovec *invec, unsigned numiov,
/osnet-11/usr/src/lib/libndr/common/
H A Dlibndr.h346 * | iovec[0].base | --> | data block |
347 * | iovec[0].len | +------------+
352 * | iovec[n].base | --> | data block |
353 * | iovec[n].len | +------------+
369 struct iovec iovec[NDR_HEAP_MAXIOV]; member in struct:ndr_heap
370 struct iovec *iov;

Completed in 32 milliseconds