Searched refs:IPAddressToStringWithPort (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/net/base/ |
| D | net_util_unittest.cc | 327 TEST(NetUtilTest, IPAddressToStringWithPort) { in TEST() argument 329 EXPECT_EQ("0.0.0.0:3", IPAddressToStringWithPort(addr1, sizeof(addr1), 3)); in TEST() 333 IPAddressToStringWithPort(addr2, sizeof(addr2), 99)); in TEST() 337 IPAddressToStringWithPort(addr3, sizeof(addr3), 8080)); in TEST()
|
| D | net_util.h | 137 NET_EXPORT std::string IPAddressToStringWithPort(const uint8* address, 155 NET_EXPORT std::string IPAddressToStringWithPort(
|
| D | ip_endpoint.cc | 105 return IPAddressToStringWithPort(address_, port_); in ToString()
|
| D | net_util.cc | 568 std::string IPAddressToStringWithPort(const uint8* address, in IPAddressToStringWithPort() function 602 return IPAddressToStringWithPort(address, address_len, port); in NetAddressToStringWithPort() 609 std::string IPAddressToStringWithPort(const IPAddressNumber& addr, in IPAddressToStringWithPort() function 611 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()
|