Searched refs:remote_socket (Results 1 – 2 of 2) sorted by relevance
231 LocalHandle remote_socket; in AcceptConnection() local232 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in AcceptConnection()244 connection_info.channel_fd = std::move(remote_socket); in AcceptConnection()368 LocalHandle* remote_socket) { in CreateChannelSocketPair() argument411 remote_socket->Reset(channel_pair[1]); in CreateChannelSocketPair()430 LocalHandle remote_socket; in PushChannel() local431 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in PushChannel()449 remote_socket.Borrow(), channel_data->event_set.pollin_event_fd(), in PushChannel()453 state->sockets_to_close.push_back(std::move(remote_socket)); in PushChannel()
147 LocalHandle* remote_socket);