Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv4.vue119 key: 'SubnetMask',
178 SubnetMask: ipv4.SubnetMask,
198 const { Address, SubnetMask, Gateway } = ipv4;
201 SubnetMask,
H A DModalIpv4.vue151 SubnetMask: this.form.subnetMask,
/openbmc/openbmc-test-automation/network/
H A Dtest_bmc_dhcp_conf.robot67 … ... Run Keywords Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
75 … ... Run Keywords Set Suite Variable ${eth0_subnet_mask} ${network_configuration['SubnetMask']}
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp36 SubnetMask = 6, enumerator
H A Dtransporthandler.cpp838 case LanParam::SubnetMask: in setLanInt()
1184 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.robot49 ${ip_details}= Create dictionary Address=${ip} SubnetMask=${netmask} Gateway=${gateway}
152 ... IPv4_SubnetMask=${ip_resp["IPv4Addresses"][0]["SubnetMask"]}
221 ... ${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 …... Run Keywords Set Suite Variable ${subnet_mask} ${network_configuration['SubnetMask']} AND
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot166 # "SubnetMask": "xx.xx.xx.0"
172 # "SubnetMask": "xx.xx.0.0"
180 # "SubnetMask": "xx.xx.0.0"
H A Dtest_multiple_interfaces_dhcp.robot237 … ... Run Keywords Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
246 … ... Run Keywords 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.robot239 … ... Run Keywords Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot450 # "SubnetMask": "255.255.0.0"
456 # "SubnetMask": "xx.xx.xx.xx"
496 ... SubnetMask=${subnet_mask} Gateway=${gateway}
802 ... Address=${new_ip} SubnetMask=${netmask} Gateway=${gw_ip}
854 ${subnetmask}= Set Variable ${resp['SubnetMask']}
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot101 ${ip1}= Create dictionary Address=10.5.5.10 SubnetMask=255.255.252.0 Gateway=10.5.5.1
102 ${ip2}= Create dictionary Address=10.5.5.11 SubnetMask=255.255.252.0 Gateway=10.5.5.1
103 ${ip3}= Create dictionary Address=10.5.5.12 SubnetMask=255.255.252.0 Gateway=10.5.5.1
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h3521 MPI2_ETHERNET_IP_ADDR SubnetMask; /*0x2C */ member