HomeSort by relevance Sort by last modified time
    Searched refs:ipv6_flags_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/base/
ipaddress.h 128 InterfaceAddress() : ipv6_flags_(IPV6_ADDRESS_FLAG_NONE) {}
131 : IPAddress(ip), ipv6_flags_(IPV6_ADDRESS_FLAG_NONE) {}
134 : IPAddress(addr), ipv6_flags_(ipv6_flags) {}
137 : IPAddress(ip6), ipv6_flags_(ipv6_flags) {}
144 int ipv6_flags() const { return ipv6_flags_; }
149 int ipv6_flags_; member in class:rtc::InterfaceAddress
ipaddress.cc 190 return ipv6_flags_ == other.ipv6_flags() &&
200 ipv6_flags_ = other.ipv6_flags_;

Completed in 46 milliseconds