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
567 const int* send_fds, in Send()1068 const int* send_fds, in Send()
552 def send_fds(sock, buffers, fds, flags=0, address=None): function