Searched refs:prefix_ (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/net/
H A Dip_address.h57 prefix_(b.prefix_) {}
61 prefix_ = b.prefix_;
99 unsigned int prefix() const { return prefix_; }
100 void set_prefix(unsigned int prefix) { prefix_ = prefix; }
166 unsigned int prefix_; member in class:shill::IPAddress
H A Dip_address.cc57 prefix_(0) {}
64 prefix_(prefix) {}
68 prefix_(0) {}
71 : prefix_(0) {
83 prefix_(0) {
274 prefix_ == b.prefix_;

Completed in 72 milliseconds