Searched +defs:gateway +defs:ip (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 266 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 D | transporthandler.cpp | 322 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 D | transporthandler.hpp | 128 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 D | test_vlan_network.robot | 31 ${ip} 10.6.6.10 variable 34 ${gateway} 0.0.0.0 variable
|
/openbmc/linux/drivers/firmware/ |
H A D | iscsi_ibft.c | 123 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 D | be_iscsi.c | 344 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 D | net.h | 457 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 D | ipmi_pef.h | 677 uint8_t gateway; member 678 uint8_t ip[4]; member
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 21 validIPV4IP: function(ip) { argument 440 interfaceName, ipAddress, netmaskPrefixLength, gateway) { argument
|