HomeSort by relevance Sort by last modified time
    Searched full:first_ip_address (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/
quic_address_mismatch.cc 17 IPAddressNumber first_ip_address = first_address.address(); local
18 if (IsIPv4Mapped(first_ip_address)) {
19 first_ip_address = ConvertIPv4MappedToIPv4(first_ip_address);
27 if (first_ip_address != second_ip_address) {
40 bool first_ipv4 = (first_ip_address.size() == kIPv4AddressSize);
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 27 virtual bool MyIpAddress(std::string* first_ip_address) {
28 return MyIpAddressImpl(first_ip_address);
38 std::string* first_ip_address) {
39 return DnsResolveImpl(host, first_ip_address);
49 bool MyIpAddressImpl(std::string* first_ip_address) {
53 return DnsResolveImpl(my_hostname, first_ip_address);
64 std::string* first_ip_address) {
70 *first_ip_address = std::string(he->h_addr);
proxy_resolver_js_bindings.h 24 // |*first_ip_address| with the result.
25 virtual bool MyIpAddress(std::string* first_ip_address) = 0;
36 // |*first_ip_address| with the result.
38 std::string* first_ip_address) = 0;

Completed in 230 milliseconds