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

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h172 #define MSG_MAXIOVLEN 16 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h423 #define MSG_MAXIOVLEN 16 macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c92 #define MSG_MAXIOVLEN 16 macro
1029 struct iovec aiov[MSG_MAXIOVLEN];
1074 if (iovcnt <= 0 || iovcnt > MSG_MAXIOVLEN) {
1084 struct iovec32 aiov32[MSG_MAXIOVLEN];
1270 struct iovec aiov[MSG_MAXIOVLEN];
1315 if (iovcnt <= 0 || iovcnt > MSG_MAXIOVLEN) {
1330 struct iovec32 aiov32[MSG_MAXIOVLEN];

Completed in 52 milliseconds