/openbmc/linux/net/batman-adv/ |
H A D | gateway_common.c | 62 struct batadv_tvlv_gateway_data gateway, *gateway_ptr; in batadv_gw_tvlv_ogm_handler_v1() local 68 tvlv_value_len < sizeof(gateway)) { in batadv_gw_tvlv_ogm_handler_v1() 69 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() 70 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1() 73 gateway.bandwidth_down = gateway_ptr->bandwidth_down; in batadv_gw_tvlv_ogm_handler_v1() 74 gateway.bandwidth_up = gateway_ptr->bandwidth_up; in batadv_gw_tvlv_ogm_handler_v1() 75 if (gateway.bandwidth_down == 0 || in batadv_gw_tvlv_ogm_handler_v1() 76 gateway.bandwidth_up == 0) { in batadv_gw_tvlv_ogm_handler_v1() 77 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() 78 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1() [all …]
|
H A D | gateway_client.c | 327 struct batadv_tvlv_gateway_data *gateway) in batadv_gw_node_add() argument 333 if (gateway->bandwidth_down == 0) in batadv_gw_node_add() 344 gw_node->bandwidth_down = ntohl(gateway->bandwidth_down); in batadv_gw_node_add() 345 gw_node->bandwidth_up = ntohl(gateway->bandwidth_up); in batadv_gw_node_add() 354 ntohl(gateway->bandwidth_down) / 10, in batadv_gw_node_add() 355 ntohl(gateway->bandwidth_down) % 10, in batadv_gw_node_add() 356 ntohl(gateway->bandwidth_up) / 10, in batadv_gw_node_add() 357 ntohl(gateway->bandwidth_up) % 10); in batadv_gw_node_add() 401 struct batadv_tvlv_gateway_data *gateway) in batadv_gw_node_update() argument 408 batadv_gw_node_add(bat_priv, orig_node, gateway); in batadv_gw_node_update() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/ |
H A D | thingsboard-gateway_3.6.3.bb | 14 PYPI_PACKAGE = "thingsboard-gateway" 40 file://thingsboard-gateway.service \ 47 SYSTEMD_SERVICE:${PN} = "thingsboard-gateway.service" 56 install -d ${D}${sysconfdir}/thingsboard-gateway/config 59 install -m 0644 "$file" ${D}${sysconfdir}/thingsboard-gateway/config 62 install -m 0644 ${UNPACKDIR}/tb_gateway.yaml ${D}${sysconfdir}/thingsboard-gateway/config 63 install -m 0644 ${UNPACKDIR}/logs.conf ${D}${sysconfdir}/thingsboard-gateway/config 66 …install -m 0644 ${UNPACKDIR}/thingsboard-gateway.service ${D}${systemd_system_unitdir}/thingsboard…
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | ModalIpv4.vue | 34 :label="$t('pageNetwork.modal.gateway')" 35 label-for="gateway" 38 id="gateway" 39 v-model="form.gateway" 41 :state="getValidationState(v$.form.gateway)" 42 @input="v$.form.gateway.$touch()" 45 <template v-if="v$.form.gateway.required.$invalid"> 48 <template v-if="v$.form.gateway.ipAddress.$invalid"> 116 gateway: '', 123 this.form.gateway = this.defaultGateway; [all …]
|
H A D | ModalDefaultGateway.vue | 3 id="modal-default-gateway" 8 <b-form id="gateway-settings" @submit.prevent="handleSubmit"> 12 :label="$t('pageNetwork.gateway')" 18 data-test-id="network-input-gateway" 40 form="gateway-settings"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0009-Remove-Werror-flag.patch | 11 deployments/smm-gateway/config/default-opteesp/CMakeLists.txt | 1 - 12 deployments/smm-gateway/config/default-sp/CMakeLists.txt | 1 - 18 diff --git a/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt b/deployments/smm-gatewa… 20 --- a/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt 21 +++ b/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt 22 @@ -99,7 +99,6 @@ target_compile_definitions(smm-gateway PRIVATE 24 target_compile_options(smm-gateway PRIVATE 30 diff --git a/deployments/smm-gateway/config/default-sp/CMakeLists.txt b/deployments/smm-gateway/con… 32 --- a/deployments/smm-gateway/config/default-sp/CMakeLists.txt 33 +++ b/deployments/smm-gateway/config/default-sp/CMakeLists.txt [all …]
|
H A D | 0017-Implement-Private-Authenticated-Variable-verificatio.patch | 264 diff --git a/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt b/deployments/smm-gatewa… 266 --- a/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt 267 +++ b/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt 269 add_platform(TARGET "smm-gateway") 276 set(SMM_SP_HEAP_SIZE 64*1024 CACHE STRING "SMM gateway SP heap size") 277 diff --git a/deployments/smm-gateway/config/default-sp/CMakeLists.txt b/deployments/smm-gateway/con… 279 --- a/deployments/smm-gateway/config/default-sp/CMakeLists.txt 280 +++ b/deployments/smm-gateway/config/default-sp/CMakeLists.txt 282 add_platform(TARGET "smm-gateway") 289 set(SMM_SP_HEAP_SIZE 64*1024 CACHE STRING "SMM gateway SP heap size")
|
H A D | 0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch | 27 deployments/smm-gateway/smm-gateway.cmake | 5 + 701 diff --git a/deployments/smm-gateway/smm-gateway.cmake b/deployments/smm-gateway/smm-gateway.cmake 703 --- a/deployments/smm-gateway/smm-gateway.cmake 704 +++ b/deployments/smm-gateway/smm-gateway.cmake 706 target_link_libraries(smm-gateway PRIVATE MbedTLS::mbedcrypto) 707 target_link_libraries(smm-gateway PRIVATE MbedTLS::mbedx509) 710 +target_compile_definitions(smm-gateway PRIVATE 714 target_compile_definitions(smm-gateway PRIVATE
|
/openbmc/phosphor-networkd/src/ |
H A D | static_gateway.cpp | 26 std::string gateway, IP::Protocol protocolType) : in StaticGateway() argument 27 StaticGateway(bus, makeObjPath(objRoot, gateway), parent, gateway, in StaticGateway() 34 std::string gateway, IP::Protocol protocolType) : in StaticGateway() argument 39 StaticGatewayObj::gateway(gateway, true); in StaticGateway() 67 std::string StaticGateway::gateway(std::string /*gateway*/) in gateway() function in phosphor::network::StaticGateway
|
H A D | ethernet_interface.cpp | 235 if (!info.gateway) in addStaticGateway() 252 if (auto it = staticGateways.find(*info.gateway); in addStaticGateway() 255 it->second->StaticGatewayObj::gateway(*info.gateway); in addStaticGateway() 259 staticGateways.emplace(*info.gateway, in addStaticGateway() 262 *info.gateway, protocolType)); in addStaticGateway() 389 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway() argument 396 addr.emplace(stdplus::fromStr<stdplus::InAnyAddr>(gateway)); in staticGateway() 397 route = gateway; in staticGateway() 402 gateway, "ERROR", e); in staticGateway() 404 Argument::ARGUMENT_VALUE(gateway.c_str())); in staticGateway() [all …]
|
H A D | static_gateway.hpp | 45 std::string gateway, IP::Protocol protocolType); 51 using StaticGatewayObj::gateway; 52 std::string gateway(std::string) override; 70 std::string gateway, IP::Protocol protocolType);
|
H A D | ipaddress.hpp | 48 std::string gateway(std::string gateway) override; 57 using IP::gateway;
|
H A D | types.hpp | 88 std::optional<std::string> gateway; member 93 return ifidx == rhs.ifidx && gateway == rhs.gateway; in operator ==()
|
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/ |
H A D | MAINTAINERS | 4 F: board/gardena/smart-gateway-mt7688 5 F: include/configs/gardena-smart-gateway-mt7688.h 6 F: configs/gardena-smart-gateway-mt7688_defconfig 7 F: configs/gardena-smart-gateway-mt7688-ram_defconfig 8 F: arch/mips/dts/gardena-smart-gateway-mt7688.dts
|
H A D | Kconfig | 4 default "smart-gateway-mt7688" 10 default "gardena-smart-gateway-mt7688"
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_conf.robot | 75 [Documentation] Get gateway and verify it's existence on the BMC. 168 # ip subnet_mask gateway valid_status_codes 177 # ip subnet_mask gateway valid_status_codes 186 # ip subnet_mask gateway valid_status_codes 195 # ip subnet_mask gateway valid_status_codes 282 # ip subnet_mask gateway valid_status_codes 290 # ip subnet_mask gateway valid_status_codes 298 # ip subnet_mask gateway valid_status_codes 306 # ip subnet_mask gateway valid_status_codes 314 # ip subnet_mask gateway valid_status_codes [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | ethernet.hpp | 78 std::string gateway; member 102 std::string gateway; member 735 const std::string& ifaceId, const std::string& gateway, in updateIPv4DefaultGateway() argument 743 gateway); in updateIPv4DefaultGateway() 783 const std::string& gateway, const std::string& address, in createIPv4() argument 787 [asyncResp, ifaceId, gateway](const boost::system::error_code& ec) { in createIPv4() 800 gateway); in createIPv4() 820 const std::string& gateway, in deleteAndCreateIPAddress() argument 825 gateway](const boost::system::error_code& ec) { in deleteAndCreateIPAddress() 842 address, prefixLength, gateway); in deleteAndCreateIPAddress() [all …]
|
H A D | hypervisor_system.hpp | 413 const std::string& gateway) in setHypervisorIPv4Gateway() argument 423 "DefaultGateway", gateway); in setHypervisorIPv4Gateway() 439 const std::string& gateway, const std::string& address, in createHypervisorIPv4() argument 443 setHypervisorIPv4Gateway(asyncResp, gateway); in createHypervisorIPv4() 460 std::string gateway = "0.0.0.0"; in deleteHypervisorIPv4() local 463 setHypervisorIPv4Gateway(asyncResp, gateway); in deleteHypervisorIPv4() 561 std::string gateway; in handleHypervisorIPv4StaticPatch() local 565 "Gateway", gateway, // in handleHypervisorIPv4StaticPatch() 587 if (!ip_util::ipv4VerifyIpAndGetBitcount(gateway)) in handleHypervisorIPv4StaticPatch() 589 messages::propertyValueFormatError(asyncResp->res, gateway, in handleHypervisorIPv4StaticPatch() [all …]
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 57 auto createStaticGatewayObject(const std::string& gateway, in createStaticGatewayObject() argument 60 return interface.staticGateway(gateway, protocol); in createStaticGatewayObject() 191 std::string gateway = "10.3.3.3"; in TEST_F() local 192 interface.defaultGateway(gateway); in TEST_F() 193 EXPECT_EQ(interface.defaultGateway(), gateway); in TEST_F() 197 EXPECT_EQ(interface.defaultGateway(), gateway); in TEST_F()
|
/openbmc/linux/net/appletalk/ |
H A D | atalk_proc.c | 132 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show() 139 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show()
|
/openbmc/openbmc-test-automation/extended/ |
H A D | factory_reset.robot | 22 # gateway and route. Before running this test we are checking all these 35 # This test case restores old settings Viz IP address, netmask, gateway 50 # Check whether gateway IP is reachable.
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | vmi_utils.robot | 39 [Arguments] ${ip} ${gateway} ${netmask} ${valid_status_code}=${HTTP_ACCEPTED} 44 # gateway Gateway for VMI IP. 49 ${ip_details}= Create dictionary Address=${ip} SubnetMask=${netmask} Gateway=${gateway} 60 ... Verify VMI Network Interface Details ${ip} Static ${gateway} ${netmask} ${interface} 64 [Arguments] ${ip} ${origin} ${gateway} ${netmask} 70 # gateway Gateway for VMI IP. 77 Should Be Equal As Strings ${gateway} ${vmi_ip["IPv4_Gateway"]} 317 [Documentation] Set VMI IPv6 static default gateway address. 322 # vmi_staticipv6_gateway VMI static IPv6 default gateway address.
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | change-log.rst | 51 | ts-sp-{se-proxy, smm-gateway} | 602be60719 | 122 | ts-sp-{se-proxy, smm-gateway} | 602be60719 | 193 | ts-sp-{se-proxy, smm-gateway} | 08b3d39471 | 261 | ts-sp-{se-proxy, smm-gateway} | 08b3d39471 | 327 | ts-sp-{se-proxy, smm-gateway} | 3d4956770f | 368 - Enabled smm-gateway partition in Trusted Service on Corstone-1000 FVP 415 - OP-TEE: adding smm-gateway partition
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 324 auto gateway = getGatewayProperty<family>(bus, params); in findGatewayNeighbor() local 325 if (!gateway) in findGatewayNeighbor() 330 return findStaticNeighbor<family>(bus, params, *gateway, neighbors); in findGatewayNeighbor() 345 auto gateway = getGatewayProperty<family>(bus, params); in reconfigureGatewayMAC() local 346 if (!gateway) in reconfigureGatewayMAC() 354 findStaticNeighbor<family>(bus, params, *gateway, neighbors); in reconfigureGatewayMAC() 360 createNeighbor<family>(bus, params, *gateway, mac); in reconfigureGatewayMAC() 855 auto gateway = unpackT<stdplus::In4Addr>(req); in setLanInt() local 857 channelCall<setGatewayProperty<AF_INET>>(channel, gateway); in setLanInt() 993 auto gateway in setLanInt() local 1198 auto gateway = channelCall<getGatewayProperty<AF_INET>>(channel); getLan() local 1309 stdplus::In6Addr gateway{}; getLan() local [all...] |
/openbmc/linux/security/selinux/include/ |
H A D | netlabel.h | 30 int gateway); 68 int gateway) in selinux_netlbl_err() argument
|