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
185 iterator(ObjectTree::const_iterator it, ObjectLookupCache& container) : in iterator()
200 ObjectLookupCache& container;
257 ObjectLookupCache& ips) in findIfAddr()
314 ObjectLookupCache ips(bus, params, INTF_IP); in getIfAddr()
355 ObjectLookupCache& neighbors) in findStaticNeighbor()
433 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in setGatewayProperty()
H A Dtransporthandler.cpp316 ObjectLookupCache& neighbors) in findGatewayNeighbor()
331 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in getGatewayNeighbor()
346 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureGatewayMAC()
547 ObjectLookupCache ips(bus, params, INTF_IP); in reconfigureVLAN()
560 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureVLAN()