Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp266 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() function in phosphor::network::EthernetInterface
283 if (!std::visit([](auto ip) { return validIntfIP(ip); }, *addr)) in ip()
389 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway()
522 for (auto& ip : value) in staticNameServers() local
977 auto ip = stdplus::fromStr<Addr>(gw); in normalizeGateway() local
997 std::string EthernetInterface::defaultGateway(std::string gateway) in defaultGateway()
1009 std::string EthernetInterface::defaultGateway6(std::string gateway) in defaultGateway6()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp322 auto gateway = getGatewayProperty<family>(bus, params); in findGatewayNeighbor() local
343 auto gateway = getGatewayProperty<family>(bus, params); in reconfigureGatewayMAC() local
792 auto ip = unpackT<stdplus::In4Addr>(req); in setLanInt() local
853 auto gateway = unpackT<stdplus::In4Addr>(req); in setLanInt() local
938 auto ip = unpackT<stdplus::In6Addr>(req); in setLanInt() local
991 auto gateway = unpackT<stdplus::In6Addr>(req); in setLanInt() local
1196 auto gateway = channelCall<getGatewayProperty<AF_INET>>(channel); in getLan() local
1307 stdplus::In6Addr gateway{}; in getLan() local
H A Dtransporthandler.hpp128 typename AddrFamily<family>::addr ip; member
354 typename AddrFamily<family>::addr ip, ObjectLookupCache& neighbors) in findStaticNeighbor()
430 auto gateway = getGatewayProperty<family>(bus, params); in setGatewayProperty() local
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot31 ${ip} 10.6.6.10 variable
34 ${gateway} 0.0.0.0 variable
/openbmc/linux/drivers/firmware/
H A Discsi_ibft.c123 char gateway[16]; member
192 static int address_not_null(u8 *ip) in address_not_null()
200 static ssize_t sprintf_ipaddr(char *buf, u8 *ip) in sprintf_ipaddr()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c344 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local
580 struct be_cmd_get_def_gateway_resp gateway; in beiscsi_iface_get_param() local
/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