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, NetworkIP::interface); 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 | 354 ObjectLookupCache& neighbors) in findGatewayNeighbor() 369 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in getGatewayNeighbor() 384 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureGatewayMAC() 586 ObjectLookupCache ips(bus, params, NetworkIP::interface); in reconfigureVLAN() 599 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureVLAN()
|