Lines Matching +full:net +full:- +full:ipmid

7 #include <ipmid/api-types.hpp>
8 #include <ipmid/api.hpp>
9 #include <ipmid/message.hpp>
10 #include <ipmid/message/types.hpp>
11 #include <ipmid/types.hpp>
12 #include <ipmid/utils.hpp>
13 #include <phosphor-logging/elog-errors.hpp>
14 #include <phosphor-logging/elog.hpp>
15 #include <phosphor-logging/log.hpp>
18 #include <stdplus/net/addr/ether.hpp>
19 #include <stdplus/net/addr/ip.hpp>
64 * @param[in] bus - The bus object used for lookups
65 * @param[in] channel - The channel id corresponding to an ethernet interface
74 * @param[in] bus - The bus object used for lookups
75 * @param[in] channel - The channel id corresponding to an ethernet interface
83 * @param[in] channel - The channel id corresponding to an ethernet interface
169 * @param[in] bus - The bus object used for lookups
170 * @param[in] params - The parameters for the channel
171 * @param[in] intf - The interface we are looking up
193 value_type* operator->() in operator ->()
223 * @param[in] path - The object path to lookup
242 * @param[in] bus - The bus object used for lookups
243 * @param[in] params - The parameters for the channel
244 * @param[in] idx - The index of the desired address on the interface
245 * @param[in] origins - The allowed origins for the address objects
246 * @param[in] ips - The object lookup cache holding all of the address info
277 idx--; in findIfAddr()
301 * @param[in] bus - The bus object used for lookups
302 * @param[in] params - The parameters for the channel
303 * @param[in] idx - The index of the desired address on the interface
304 * @param[in] origins - The allowed origins for the address objects
320 * @param[in] bus - The bus object used for lookups
321 * @param[in] params - The parameters for the channel
322 * @param[in] idx - The address index to operate on
323 * @param[in] address - The new address
324 * @param[in] prefix - The new address prefix
332 * @param[in] bus - The bus object used for lookups
333 * @param[in] params - The parameters for the channel
412 * @param[in] bus - The bus object used for lookups
413 * @param[in] service - The name of the service
414 * @param[in] path - The path of the object to delete
421 * @param[in] bus - The bus object used for lookups
422 * @param[in] params - The parameters for the channel
423 * @param[in] gateway - Gateway address to apply
446 deleteObjectIfExists(bus, params.service, neighbor->path); in setGatewayProperty()
447 createNeighbor<family>(bus, params, address, neighbor->mac); in setGatewayProperty()