Home
last modified time | relevance | path

Searched refs:MSG_MAXIOVLEN (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h172 #define MSG_MAXIOVLEN 16 macro
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c92 #define MSG_MAXIOVLEN 16 macro
1024 struct iovec aiov[MSG_MAXIOVLEN]; in recvmsg()
1069 if (iovcnt <= 0 || iovcnt > MSG_MAXIOVLEN) { in recvmsg()
1079 struct iovec32 aiov32[MSG_MAXIOVLEN]; in recvmsg()
1265 struct iovec aiov[MSG_MAXIOVLEN]; in sendmsg()
1310 if (iovcnt <= 0 || iovcnt > MSG_MAXIOVLEN) { in sendmsg()
1325 struct iovec32 aiov32[MSG_MAXIOVLEN]; in sendmsg()
H A Dsocksubr.c1882 struct iovec aiov[MSG_MAXIOVLEN]; in soreadfile()
/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h424 #define MSG_MAXIOVLEN 16 macro