Home
last modified time | relevance | path

Searched +defs:gateway +defs:ip (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp270 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() function in phosphor::network::EthernetInterface
287 if (!std::visit([](auto ip) { return validIntfIP(ip); }, *addr)) in ip()
393 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway()
536 for (auto& ip : value) in staticNameServers() local
1007 auto ip = stdplus::fromStr<Addr>(gw); in normalizeGateway() local
1027 std::string EthernetInterface::defaultGateway(std::string gateway) in defaultGateway()
1039 std::string EthernetInterface::defaultGateway6(std::string gateway) in defaultGateway6()
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot30 ${ip} 10.6.6.10 variable
33 ${gateway} 0.0.0.0 variable
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp356 auto gateway = getGatewayProperty<family>(bus, params); in findGatewayNeighbor() local
377 auto gateway = getGatewayProperty<family>(bus, params); in reconfigureGatewayMAC() local
832 auto ip in setLanInt() local
893 auto gateway = unpackT<stdplus::In4Addr>(req); setLanInt() local
978 auto ip = unpackT<stdplus::In6Addr>(req); setLanInt() local
1031 auto gateway = unpackT<stdplus::In6Addr>(req); setLanInt() local
1236 auto gateway = channelCall<getGatewayProperty<AF_INET>>(channel); getLan() local
1347 stdplus::In6Addr gateway{}; getLan() local
[all...]
H A Dtransporthandler.hpp128 typename AddrFamily<family>::addr ip; member
354 typename AddrFamily<family>::addr ip, ObjectLookupCache& neighbors) in findStaticNeighbor() argument
430 auto gateway = getGatewayProperty<family>(bus, params); setGatewayProperty() local
[all...]
/openbmc/u-boot/include/
H A Dnet.h457 u32 gateway; member
723 struct in_addr ip; in net_read_ip() local
739 static inline void net_write_ip(void *to, struct in_addr ip) in net_write_ip()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_pef.h677 uint8_t gateway; member
678 uint8_t ip[4]; member
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js21 validIPV4IP: function(ip) { argument
440 interfaceName, ipAddress, netmaskPrefixLength, gateway) { argument