Searched defs:send_fds (Results 1 – 5 of 5) sorted by relevance
140 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local
254 std::vector<int> send_fds; in SendRecvMsgWithFlags() local
22 int send_fds[2]; in TEST() local
453 const int* send_fds, in Send()903 const int* send_fds, in Send()
550 def send_fds(sock, buffers, fds, flags=0, address=None): function