Home
last modified time | relevance | path

Searched refs:ObjectLookupCache (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp160 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 Dtransporthandler.cpp322 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()