43 if (it->mainAddr == mainAddr)
69 if (it->mainAddr == mainAddr)
89 std::ostringstream os;
94 MprSelectorSet::const_iterator next = iter;
113 if (it->neighborMainAddr == mainAddr)
122 for (NeighborSet::const_iterator it =
m_neighborSet.begin ();
137 if (it->neighborMainAddr == mainAddr && it->willingness == willingness)
163 if (it->neighborMainAddr == mainAddr)
196 if (it->neighborMainAddr == neighborMainAddr
197 && it->twoHopNeighborAddr == twoHopNeighborAddr)
226 if (it->neighborMainAddr == neighborMainAddr
227 && it->twoHopNeighborAddr == twoHopNeighborAddr)
244 if (it->neighborMainAddr == neighborMainAddr)
266 MprSet::iterator it =
m_mprSet.find (addr);
289 if (it->address == addr && it->sequenceNumber == sequenceNumber)
320 for (LinkSet::iterator it =
m_linkSet.begin ();
323 if (it->neighborIfaceAddr == ifaceAddr)
332 for (LinkSet::iterator it =
m_linkSet.begin ();
335 if (it->neighborIfaceAddr == ifaceAddr)
337 if (it->symTime > now)
349 for (LinkSet::iterator it =
m_linkSet.begin ();
376 if (it->destAddr == destAddr && it->lastAddr == lastAddr)
388 if (it->lastAddr == lastAddr && it->sequenceNumber > ansn)
414 if (it->lastAddr == lastAddr && it->sequenceNumber < ansn)
439 if (it->ifaceAddr == ifaceAddr)
451 if (it->ifaceAddr == ifaceAddr)
477 std::vector<Ipv4Address>
480 std::vector<Ipv4Address> retval;
484 if (it->mainAddr == neighborMainAddr)
485 retval.push_back (it->ifaceAddr);
498 if (it->gatewayAddr == gatewayAddr and it->networkAddr == networkAddr and it->netmask == netmask)