Lines Matching refs:iov
99 iovec *iov, int iovcnt) { in sendDumpRequest() argument
117 iov[0].iov_base = &request; in sendDumpRequest()
118 iov[0].iov_len = sizeof(request); in sendDumpRequest()
120 len += iov[i].iov_len; in sendDumpRequest()
124 if (writev(mSock, iov, iovcnt) != (ssize_t) len) { in sendDumpRequest()
132 iovec iov[] = { in sendDumpRequest() local
135 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov)); in sendDumpRequest()
197 iovec iov[] = { in sendDumpRequest() local
204 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov)); in sendDumpRequest()
335 iovec *iov, int iovcnt) { in destroyLiveSockets() argument
341 if (int ret = sendDumpRequest(proto, family, 0, states, iov, iovcnt)) { in destroyLiveSockets()
359 iovec iov[] = { in getLiveTcpInfos() local
365 if (int ret = sendDumpRequest(proto, family, extensions, states, iov, ARRAY_SIZE(iov))) { in getLiveTcpInfos()
420 iovec iov[] = { in destroySockets() local
424 if (int ret = destroyLiveSockets(shouldDestroy, "UID", iov, ARRAY_SIZE(iov))) { in destroySockets()
504 iovec iov[] = { in destroySocketsLackingPermission() local
517 if (int ret = destroyLiveSockets(shouldDestroy, "permission change", iov, ARRAY_SIZE(iov))) { in destroySocketsLackingPermission()