/openbmc/phosphor-networkd/src/ |
H A D | neighbor.cpp | 48 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 D | ethernet_interface.cpp | 867 auto& neighbors = config.map["Neighbor"]; in writeConfigurationFile() local 870 auto& neighbor = neighbors.emplace_back(); in writeConfigurationFile()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | nic-hostless@.target | 10 Wants=update-static-neighbors@%i.service 11 Wants=update-static-neighbors@%i.timer
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.hpp | 354 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 D | transporthandler.cpp | 354 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 D | lldpd_1.0.19.bb | 1 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 D | EthernetInterface.interface.yaml | 121 and neighbors on a local area network based on IEEE 802 technology.
|
/openbmc/qemu/ui/ |
H A D | cursor.c | 175 * transparent neighbors with the background color) and use the foreground in cursor_set_mono()
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | gbmc-ncsi-br-deprecated-ips.sh.in | 30 echo "(Re)adding neighbors for $intf" >&2
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AddressPool.v1_3_0.json | 721 …`, 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 D | test-bdrv-graph-mod.c | 91 * its neighbors, we can finish up with wrong permission graph.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | AddressPool_v1.xml | 254 …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 D | tnc.c | 2039 * Although we don't at present, we could look at the neighbors and see in tnc_insert()
|