Searched refs:iovBase (Results 1 – 2 of 2) sorted by relevance
236 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen) in SendMsgIovToSocket() argument238 if ((sockfd < 0) || (iovBase == nullptr) || (iovLen == 0)) { in SendMsgIovToSocket()247 iov.iov_base = iovBase; in SendMsgIovToSocket()269 char iovBase[] = ""; in SendMsgCtlToSocket() local271 .iov_base = reinterpret_cast<void *>(iovBase), in SendMsgCtlToSocket()
30 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen);