Lines Matching defs:remote
189 // Disconnect remote socket, check if it is a child of a server socket.
214 // Lookup remote side.
218 // Server socket, remote side is a socket retreived by
620 // Trigger the remote connection's close event.
693 const SocketAddress& remote,
699 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
700 remote.port());
708 const SocketAddress& remote) {
711 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
712 remote.port());
719 const SocketAddress& remote) {
722 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
723 remote.port());
736 VirtualSocket* remote = LookupBinding(remote_addr);
737 if (!CanInteractWith(socket, remote)) {
742 if (remote != NULL) {
744 msg_queue_->PostDelayed(delay, remote, MSG_ID_CONNECT,
824 // Lookup the local/remote pair in the connections table.
1073 VirtualSocket* remote) {
1074 if (!local || !remote) {
1078 IPAddress remote_ip = remote->GetLocalAddress().ipaddr();
1090 remote->GetOption(Socket::OPT_IPV6_V6ONLY, &remote_v6_only);
1106 if (remote_ip.family() == AF_INET6 && remote->was_any()) {