Searched refs:target_port (Results 1 – 1 of 1) sorted by relevance
884 int target_port = serial_port; in MatchesTarget() local885 if (android::base::ParseNetAddress(local_target_ptr, &target_host, &target_port, in MatchesTarget()887 serial_host == target_host && serial_port == target_port) { in MatchesTarget()