Home | History | Annotate | Download | only in base

Lines Matching refs:it

56     for (IfaceList::iterator it = ifaces_.begin();
57 it != ifaces_.end(); ++it) {
58 if (it->first.EqualIPs(iface)) {
59 ifaces_.erase(it);
93 for (IfaceList::iterator it = ifaces_.begin();
94 it != ifaces_.end(); ++it) {
96 if (it->first.ipaddr().family() == AF_INET) {
98 } else if (it->first.ipaddr().family() == AF_INET6) {
101 IPAddress prefix = TruncateIP(it->first.ipaddr(), prefix_length);
102 scoped_ptr<Network> net(new Network(it->first.hostname(),
103 it->first.hostname(), prefix,
104 prefix_length, it->second));
106 net->AddIP(it->first.ipaddr());