Home
last modified time | relevance | path

Searched refs:SubnetMask (Results 1 – 16 of 16) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dip_addresses.hpp26 enum class SubnetMask{ enum
58 NLOHMANN_JSON_SERIALIZE_ENUM(SubnetMask, {
59 {SubnetMask::Invalid, "Invalid"},
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv4.vue129 key: 'SubnetMask',
188 SubnetMask: ipv4.SubnetMask,
208 const { Address, SubnetMask, Gateway } = ipv4;
211 SubnetMask,
H A DModalIpv4.vue172 SubnetMask: this.form.subnetMask,
/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot67 Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
77 Set Suite Variable ${eth0_subnet_mask} ${network_configuration['SubnetMask']}
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp38 SubnetMask = 6, enumerator
H A Dtransporthandler.cpp876 case LanParam::SubnetMask: in setLanInt()
1222 case LanParam::SubnetMask: in getLan()
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js292 const { Address, SubnetMask, Gateway } = ipv4;
295 SubnetMask,
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot50 ${ip_details}= Create dictionary Address=${ip} SubnetMask=${netmask} Gateway=${gateway}
155 ... IPv4_SubnetMask=${ip_resp["IPv4Addresses"][0]["SubnetMask"]}
224 ... ${bmc_ip_data[0]['SubnetMask']} ${valid_status_code} ${interface}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_configuration.robot69 Should Be Equal ${ip_address['SubnetMask']} ${NETMASK}
231 Set Suite Variable ${subnet_mask} ${network_configuration['SubnetMask']}
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot244 Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
254 Set Suite Variable ${eth0_subnet_mask} ${network_configuration['SubnetMask']}
H A Dtest_bmc_network_conf.robot71 Verify Netmask On BMC ${network_configuration['SubnetMask']}
99 ... ${network_configuration['SubnetMask']}
591 ... SubnetMask=255.255.0.0 Gateway=${test_gateway}
593 ... SubnetMask=255.255.252.0 Gateway=${test_gateway}
640 ... SubnetMask=${test_subnet_mask}
H A Dtest_multiple_interfaces.robot241 Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot318 # "SubnetMask": "xx.xx.xx.0"
324 # "SubnetMask": "xx.xx.0.0"
332 # "SubnetMask": "xx.xx.0.0"
H A Dbmc_network_utils.robot463 # "SubnetMask": "255.255.0.0"
469 # "SubnetMask": "xx.xx.xx.xx"
510 ... SubnetMask=${subnet_mask} Gateway=${gateway}
840 ... Address=${new_ip} SubnetMask=${netmask} Gateway=${gw_ip}
894 ${subnetmask}= Set Variable ${resp['SubnetMask']}
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot114 ${ip1}= Create dictionary Address=10.5.5.10 SubnetMask=255.255.252.0 Gateway=10.5.5.1
115 ${ip2}= Create dictionary Address=10.5.5.11 SubnetMask=255.255.252.0 Gateway=10.5.5.1
116 ${ip3}= Create dictionary Address=10.5.5.12 SubnetMask=255.255.252.0 Gateway=10.5.5.1
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot1558 …Add Static IP Address And Verify ${ip['Address']} ${ip['SubnetMask']} ${ip['Gateway']} Success…