Searched refs:SubnetMask (Results 1 – 16 of 16) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | ip_addresses.hpp | 26 enum class SubnetMask{ enum 58 NLOHMANN_JSON_SERIALIZE_ENUM(SubnetMask, { 59 {SubnetMask::Invalid, "Invalid"},
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | TableIpv4.vue | 129 key: 'SubnetMask', 188 SubnetMask: ipv4.SubnetMask, 208 const { Address, SubnetMask, Gateway } = ipv4; 211 SubnetMask,
|
| H A D | ModalIpv4.vue | 172 SubnetMask: this.form.subnetMask,
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_bmc_dhcp_conf.robot | 67 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 D | transportconstants.hpp | 38 SubnetMask = 6, enumerator
|
| H A D | transporthandler.cpp | 876 case LanParam::SubnetMask: in setLanInt() 1222 case LanParam::SubnetMask: in getLan()
|
| /openbmc/webui-vue/src/store/modules/Settings/ |
| H A D | NetworkStore.js | 292 const { Address, SubnetMask, Gateway } = ipv4; 295 SubnetMask,
|
| /openbmc/openbmc-test-automation/lib/external_intf/ |
| H A D | vmi_utils.robot | 50 ${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 D | test_ipmi_network_configuration.robot | 69 Should Be Equal ${ip_address['SubnetMask']} ${NETMASK} 231 Set Suite Variable ${subnet_mask} ${network_configuration['SubnetMask']}
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_multiple_interfaces_dhcp.robot | 244 Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']} 254 Set Suite Variable ${eth0_subnet_mask} ${network_configuration['SubnetMask']}
|
| H A D | test_bmc_network_conf.robot | 71 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 D | test_multiple_interfaces.robot | 241 Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_ipv6_utils.robot | 318 # "SubnetMask": "xx.xx.xx.0" 324 # "SubnetMask": "xx.xx.0.0" 332 # "SubnetMask": "xx.xx.0.0"
|
| H A D | bmc_network_utils.robot | 463 # "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 D | test_vmi.robot | 114 ${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 D | test_network_sub_menu.robot | 1558 …Add Static IP Address And Verify ${ip['Address']} ${ip['SubnetMask']} ${ip['Gateway']} Success…
|