Searched refs:host_port (Results 1 – 2 of 2) sorted by relevance
183 std::string PDUParser::CreateRemotePDU(std::string& host_port) { in CreateRemotePDU() argument184 if (host_port.size() != 4 || !is_valid_pdu_) { in CreateRemotePDU()193 new_phone_number.append(host_port); in CreateRemotePDU()
30 std::string CreateRemotePDU(std::string& host_port);