Searched refs:iov (Results 1 – 1 of 1) sorted by relevance
/tools/security/fuzzing/orphans/widevine/trusty/ |
D | dispatch_fuzzer.cpp | 131 iovec iov[] = { in Bind() local 153 int rc = tipc_send(chan, iov, countof(iov), handles, countof(handles)); in Bind() 174 iovec iov[] = { in Msg() local 189 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg() 194 rc = readv(chan, iov, countof(iov)); in Msg()
|