Searched refs:MSG_MAXIOVLEN (Results 1 – 4 of 4) sorted by relevance
172 #define MSG_MAXIOVLEN 16 macro
92 #define MSG_MAXIOVLEN 16 macro1024 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()
1882 struct iovec aiov[MSG_MAXIOVLEN]; in soreadfile()
424 #define MSG_MAXIOVLEN 16 macro