Searched refs:remote_socket (Results 1 – 2 of 2) sorted by relevance
228 LocalHandle remote_socket; in AcceptConnection() local229 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in AcceptConnection()241 connection_info.channel_fd = std::move(remote_socket); in AcceptConnection()366 LocalHandle* remote_socket) { in CreateChannelSocketPair() argument409 remote_socket->Reset(channel_pair[1]); in CreateChannelSocketPair()428 LocalHandle remote_socket; in PushChannel() local429 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in PushChannel()444 remote_socket.Borrow(), in PushChannel()448 state->sockets_to_close.push_back(std::move(remote_socket)); in PushChannel()
146 LocalHandle* remote_socket);