Searched refs:IPAddress (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-networkd/src/ |
| H A D | ipaddress.cpp | 49 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 D | ipaddress.hpp | 32 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 D | ethernet_interface.hpp | 97 std::unordered_map<stdplus::SubnetAny, std::unique_ptr<IPAddress>> addrs;
|
| H A D | ethernet_interface.cpp | 205 addrs.emplace(info.ifaddr, std::make_unique<IPAddress>( in addAddr() 322 std::make_unique<IPAddress>(bus, std::string_view(objPath), *this, in ip()
|
| /openbmc/openbmc-build-scripts/ |
| H A D | run-qemu-robot-test.sh | 142 grep "IPAddress\":" | tail -n1 | cut -d '"' -f 4)"
|
| /openbmc/pldm/tools/visualize-pdr/ |
| H A D | README.md | 50 --bmc BMC BMC IPAddress/BMC Hostname
|
| /openbmc/phosphor-networkd/docs/ |
| H A D | Network-Configuration.md | 37 ### IPAddress Objects
|
| /openbmc/bmcweb/scripts/ |
| H A D | generate_auth_certificates.py | 248 san_list.append(x509.IPAddress(value))
|