Home
last modified time | relevance | path

Searched refs:kDestinationPortTag (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/
Dconnection_info_reader.cc49 const char kDestinationPortTag[] = "dport="; variable
216 } else if (base::StartsWith(input, kDestinationPortTag, in ParsePort()
219 port_string = input.substr(strlen(kDestinationPortTag)); in ParsePort()