Home
last modified time | relevance | path

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

/external/chromium_org/net/base/
Dnet_util_unittest.cc341 TEST(NetUtilTest, IPAddressToStringWithPort) { in TEST() argument
343 EXPECT_EQ("0.0.0.0:3", IPAddressToStringWithPort(addr1, sizeof(addr1), 3)); in TEST()
347 IPAddressToStringWithPort(addr2, sizeof(addr2), 99)); in TEST()
351 IPAddressToStringWithPort(addr3, sizeof(addr3), 8080)); in TEST()
Dnet_util.h144 NET_EXPORT std::string IPAddressToStringWithPort(const uint8* address,
162 NET_EXPORT std::string IPAddressToStringWithPort(
Dip_endpoint.cc105 return IPAddressToStringWithPort(address_, port_); in ToString()
Dnet_util.cc598 std::string IPAddressToStringWithPort(const uint8* address, in IPAddressToStringWithPort() function
632 return IPAddressToStringWithPort(address, address_len, port); in NetAddressToStringWithPort()
639 std::string IPAddressToStringWithPort(const IPAddressNumber& addr, in IPAddressToStringWithPort() function
641 return IPAddressToStringWithPort(&addr.front(), addr.size(), port); in IPAddressToStringWithPort()
/external/chromium_org/net/quic/crypto/
Dcrypto_handshake_message.cc283 ret += IPAddressToStringWithPort(decoder.ip(), decoder.port()); in DebugStringInternal()
/external/chromium_org/cloud_print/gcp20/prototype/
Dprinter.cc857 << "Local IPv4 address: " << net::IPAddressToStringWithPort(ipv4, port); in StartDnsServer()
859 << "Local IPv6 address: " << net::IPAddressToStringWithPort(ipv6, port); in StartDnsServer()