Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp394 void createNeighbor(sdbusplus::bus_t& bus, const ChannelParams& params, in createNeighbor() function
446 createNeighbor<family>(bus, params, address, neighbor->mac); in setGatewayProperty()
H A Dtransporthandler.cpp354 createNeighbor<family>(bus, params, *gateway, mac); in reconfigureGatewayMAC()
581 createNeighbor<AF_INET>(bus, params, neighbor4->ip, neighbor4->mac); in reconfigureVLAN()
585 createNeighbor<AF_INET6>(bus, params, neighbor6->ip, neighbor6->mac); in reconfigureVLAN()