Searched defs:send_fds (Results 1 – 6 of 6) sorted by relevance
140 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local
254 std::vector<int> send_fds; in SendRecvMsgWithFlags() local
498 const int* send_fds, in Send()954 const int* send_fds, in Send()
551 def send_fds(sock, buffers, fds, flags=0, address=None): function