Home
last modified time | relevance | path

Searched defs:gateway (Results 1 – 18 of 18) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dstatic_gateway.cpp26 std::string gateway, IP::Protocol protocolType) : in StaticGateway()
34 std::string gateway, IP::Protocol protocolType) : in StaticGateway()
67 std::string StaticGateway::gateway(std::string /*gateway*/) in gateway() function in phosphor::network::StaticGateway
H A Dipaddress.cpp78 std::string IPAddress::gateway(std::string /*gateway*/) in gateway() function in phosphor::network::IPAddress
H A Dethernet_interface.cpp393 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway()
1027 std::string EthernetInterface::defaultGateway(std::string gateway) in defaultGateway()
1039 std::string EthernetInterface::defaultGateway6(std::string gateway) in defaultGateway6()
H A Dtypes.hpp88 std::optional<std::string> gateway; member
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp413 const std::string& gateway) in setHypervisorIPv4Gateway()
439 const std::string& gateway, const std::string& address, in createHypervisorIPv4()
460 std::string gateway = "0.0.0.0"; in deleteHypervisorIPv4() local
561 std::string gateway; in handleHypervisorIPv4StaticPatch() local
H A Dethernet.hpp77 std::string gateway; member
101 std::string gateway; member
734 const std::string& ifaceId, const std::string& gateway, in updateIPv4DefaultGateway()
783 const std::string& gateway, const std::string& address, in createIPv4()
820 const std::string& gateway, in deleteAndCreateIPAddress()
968 std::string_view ifaceId, const std::string& gateway, in createIPv6DefaultGateway()
999 const std::string& gateway, in deleteAndCreateIPv6DefaultGateway()
1515 std::string gateway; member
1557 std::optional<std::string> gateway; in parseAddresses() local
/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
893 auto gateway = unpackT<stdplus::In4Addr>(req); in setLanInt() local
1031 auto gateway = unpackT<stdplus::In6Addr>(req); in setLanInt() local
1236 auto gateway = channelCall<getGatewayProperty<AF_INET>>(channel); in getLan() local
1347 stdplus::In6Addr gateway{}; in getLan() local
H A Dtransporthandler.hpp430 auto gateway = getGatewayProperty<family>(bus, params); in setGatewayProperty() local
H A Dchassishandler.cpp206 auto gateway = std::get<std::string>(properties["Gateway"]); in getHostNetworkData() local
373 std::string ipAddress, gateway; in setHostNetworkData() local
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp57 auto createStaticGatewayObject(const std::string& gateway, in createStaticGatewayObject()
191 std::string gateway = "10.3.3.3"; in TEST_F() local
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot33 ${gateway} 0.0.0.0 variable
/openbmc/u-boot/include/
H A Dnet.h457 u32 gateway; member
/openbmc/webui-vue/src/locales/
H A Den-US.json723 "gateway": "Gateway", string
741 "gateway": "Gateway", string
759 "gateway": "Gateway", string
H A Dru-RU.json723 "gateway": "Шлюз", string
741 "gateway": "Шлюз", string
759 "gateway": "Шлюз", string
H A Dka-GE.json723 "gateway": "კვანძი", string
741 "gateway": "კვანძი", string
759 "gateway": "კვანძი", string
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_pef.h677 uint8_t gateway; member
/openbmc/qemu/qga/
H A Dcommands-linux.c2206 unsigned int destination, gateway, mask, flags; in qmp_guest_network_get_route() local
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js440 interfaceName, ipAddress, netmaskPrefixLength, gateway) { argument