/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 | 764 auto& neighbors = config.map["Neighbor"]; in writeConfigurationFile() local 767 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 | 320 ObjectLookupCache& neighbors) in findGatewayNeighbor() argument 328 return findStaticNeighbor<family>(bus, params, *gateway, neighbors); in findGatewayNeighbor() 335 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in getGatewayNeighbor() local 336 return findGatewayNeighbor<family>(bus, params, neighbors); in getGatewayNeighbor() 350 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureGatewayMAC() local 352 findStaticNeighbor<family>(bus, params, *gateway, neighbors); in reconfigureGatewayMAC() 565 ObjectLookupCache neighbors(bus, params, INTF_NEIGHBOR); in reconfigureVLAN() local 566 auto neighbor4 = findGatewayNeighbor<AF_INET>(bus, params, neighbors); in reconfigureVLAN() 567 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.18.bb | 1 SUMMARY = "A 802.1ab implementation (LLDP) to help you locate neighbors of all your equipments"
|
/openbmc/linux/Documentation/networking/ |
H A D | vxlan.rst | 23 neighbors GRE and VLAN. Configuring VXLAN requires the version of
|
/openbmc/linux/net/mac80211/ |
H A D | mesh.c | 260 u8 *pos, neighbors; in mesh_add_meshconf_ie() local 288 neighbors = atomic_read(&ifmsh->estab_plinks); in mesh_add_meshconf_ie() 289 neighbors = min_t(int, neighbors, IEEE80211_MAX_MESH_PEERINGS); in mesh_add_meshconf_ie() 291 (neighbors << 1) | in mesh_add_meshconf_ie()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | EthernetInterface.interface.yaml | 119 and neighbors on a local area network based on IEEE 802 technology.
|
/openbmc/linux/Documentation/mm/ |
H A D | unevictable-lru.rst | 299 below, mlock_fixup() will attempt to merge the VMA with its neighbors or split
|
/openbmc/linux/drivers/comedi/ |
H A D | Kconfig | 73 additional parallel ports from old computers or your neighbors'
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 860 neighbors, each of the two real-time tasks exclusively occupies one quarter
|