Searched refs:IPAddressToStringWithPort (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/net/base/ |
D | net_util_unittest.cc | 341 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()
|
D | net_util.h | 144 NET_EXPORT std::string IPAddressToStringWithPort(const uint8* address, 162 NET_EXPORT std::string IPAddressToStringWithPort(
|
D | ip_endpoint.cc | 105 return IPAddressToStringWithPort(address_, port_); in ToString()
|
D | net_util.cc | 598 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/ |
D | crypto_handshake_message.cc | 283 ret += IPAddressToStringWithPort(decoder.ip(), decoder.port()); in DebugStringInternal()
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | printer.cc | 857 << "Local IPv4 address: " << net::IPAddressToStringWithPort(ipv4, port); in StartDnsServer() 859 << "Local IPv6 address: " << net::IPAddressToStringWithPort(ipv6, port); in StartDnsServer()
|