Home
last modified time | relevance | path

Searched full:neighbors (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dneighbor.cpp48 auto& neighbors = parent.get().staticNeighbors; in delete_() local
50 for (auto it = neighbors.begin(); it != neighbors.end(); ++it) in delete_()
55 neighbors.erase(it); in delete_()
H A Dethernet_interface.cpp867 auto& neighbors = config.map["Neighbor"]; in writeConfigurationFile() local
870 auto& neighbor = neighbors.emplace_back(); in writeConfigurationFile()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnic-hostless@.target10 Wants=update-static-neighbors@%i.service
11 Wants=update-static-neighbors@%i.timer
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp354 typename AddrFamily<family>::addr ip, ObjectLookupCache& neighbors) in findStaticNeighbor() argument
360 for (const auto& [path, neighbor] : neighbors) in findStaticNeighbor()
434 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in setGatewayProperty() local
435 neighbor = findStaticNeighbor<family>(bus, params, *gateway, neighbors); in setGatewayProperty()
H A Dtransporthandler.cpp354 ObjectLookupCache& neighbors) in findGatewayNeighbor() argument
362 return findStaticNeighbor<family>(bus, params, *gateway, neighbors); in findGatewayNeighbor()
369 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in getGatewayNeighbor() local
370 return findGatewayNeighbor<family>(bus, params, neighbors); in getGatewayNeighbor()
384 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureGatewayMAC() local
386 findStaticNeighbor<family>(bus, params, *gateway, neighbors); in reconfigureGatewayMAC()
599 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureVLAN() local
600 auto neighbor4 = findGatewayNeighbor<AF_INET>(bus, params, neighbors); in reconfigureVLAN()
601 auto neighbor6 = findGatewayNeighbor<AF_INET6>(bus, params, neighbors); in reconfigureVLAN()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/
H A Dlldpd_1.0.19.bb1 SUMMARY = "A 802.1ab implementation (LLDP) to help you locate neighbors of all your equipments"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml121 and neighbors on a local area network based on IEEE 802 technology.
/openbmc/qemu/ui/
H A Dcursor.c175 * transparent neighbors with the background color) and use the foreground in cursor_set_mono()
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-br-deprecated-ips.sh.in30 echo "(Re)adding neighbors for $intf" >&2
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DAddressPool.v1_3_0.json721 …`, the default route is advertised to all Border Gateway Protocol (BGP) neighbors unless specifica…
783 …scription": "This property shall indicate whether community attributes are sent to BGP neighbors.",
982 …scription": "This property shall indicate whether community attributes are sent to BGP neighbors.",
1381 …all contain the range of IPv4 addresses assigned to External BGP (eBGP) neighbors belonging to dif…
1410 …all contain the range of IPv4 addresses assigned to Internal BGP (iBGP) neighbors belonging to the…
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c91 * its neighbors, we can finish up with wrong permission graph.
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DAddressPool_v1.xml254 …all contain the range of IPv4 addresses assigned to Internal BGP (iBGP) neighbors belonging to the…
258 …all contain the range of IPv4 addresses assigned to External BGP (eBGP) neighbors belonging to dif…
486 …on" String="This property shall indicate whether community attributes are sent to BGP neighbors."/>
856 …`, the default route is advertised to all Border Gateway Protocol (BGP) neighbors unless specifica…
/openbmc/u-boot/fs/ubifs/
H A Dtnc.c2039 * Although we don't at present, we could look at the neighbors and see in tnc_insert()