Home
last modified time | relevance | path

Searched refs:IPAddress (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dipaddress.cpp49 IPAddress::IPAddress(sdbusplus::bus_t& bus, std::string_view objRoot, in IPAddress() function in phosphor::network::IPAddress
52 IPAddress(bus, makeObjPath(objRoot, addr), parent, addr, origin) in IPAddress()
55 IPAddress::IPAddress(sdbusplus::bus_t& bus, in IPAddress() function in phosphor::network::IPAddress
70 std::string IPAddress::address(std::string /*ipAddress*/) in address()
74 uint8_t IPAddress::prefixLength(uint8_t /*value*/) in prefixLength()
78 std::string IPAddress::gateway(std::string /*gateway*/) in gateway()
82 IP::Protocol IPAddress::type(IP::Protocol /*type*/) in type()
86 IP::AddressOrigin IPAddress::origin(IP::AddressOrigin /*origin*/) in origin()
90 void IPAddress::delete_() in delete_()
102 std::unique_ptr<IPAddress> ptr; in delete_()
H A Dipaddress.hpp32 class IPAddress : public IPIfaces class
42 IPAddress(sdbusplus::bus_t& bus, std::string_view objRoot,
74 IPAddress(sdbusplus::bus_t& bus, sdbusplus::message::object_path objPath,
H A Dethernet_interface.hpp91 std::unordered_map<stdplus::SubnetAny, std::unique_ptr<IPAddress>> addrs;
H A Dethernet_interface.cpp195 addrs.emplace(info.ifaddr, std::make_unique<IPAddress>( in addAddr()
279 std::make_unique<IPAddress>(bus, std::string_view(objPath), *this, in ip()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsid_lib.sh423 if [ "$(normalize_ip "$IPAddress")" = "$(normalize_ip "$ip")" ] && \
426 elif MatchingAF "$ip" "$IPAddress"; then
427 echo "Deleting spurious neighbor: $IPAddress $MACAddress" >&2
/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/Neighbor/
H A DCreateStatic.interface.yaml7 - name: IPAddress
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DNeighbor.interface.yaml8 - name: IPAddress
/openbmc/openbmc-build-scripts/
H A Drun-qemu-robot-test.sh142 grep "IPAddress\":" | tail -n1 | cut -d '"' -f 4)"
/openbmc/pldm/tools/visualize-pdr/
H A DREADME.md50 --bmc BMC BMC IPAddress/BMC Hostname
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md37 ### IPAddress Objects
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h2049 U8 IPAddress[16]; /* 28h */ member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h3634 uint32_t IPAddress; member