Searched refs:ObjectLookupCache (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.hpp | 160 class ObjectLookupCache class 173 ObjectLookupCache(sdbusplus::bus_t& bus, const ChannelParams& params, in ObjectLookupCache() function in ipmi::transport::ObjectLookupCache 184 iterator(ObjectTree::const_iterator it, ObjectLookupCache& container) : in iterator() 199 ObjectLookupCache& container; 256 ObjectLookupCache& ips) in findIfAddr() 314 ObjectLookupCache ips(bus, params, INTF_IP); in getIfAddr() 354 typename AddrFamily<family>::addr ip, ObjectLookupCache& neighbors) in findStaticNeighbor() 434 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in setGatewayProperty()
|
H A D | transporthandler.cpp | 322 ObjectLookupCache& neighbors) in findGatewayNeighbor() 337 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in getGatewayNeighbor() 352 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureGatewayMAC() 554 ObjectLookupCache ips(bus, params, INTF_IP); in reconfigureVLAN() 567 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureVLAN()
|