Searched refs:SubnetMask (Results 1 – 15 of 15) sorted by relevance
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | TableIpv4.vue | 119 key: 'SubnetMask', 178 SubnetMask: ipv4.SubnetMask, 198 const { Address, SubnetMask, Gateway } = ipv4; 201 SubnetMask,
|
H A D | ModalIpv4.vue | 151 SubnetMask: this.form.subnetMask,
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_bmc_dhcp_conf.robot | 67 … ... 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 D | transportconstants.hpp | 36 SubnetMask = 6, enumerator
|
H A D | transporthandler.cpp | 838 case LanParam::SubnetMask: in setLanInt() 1184 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 | 49 ${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 D | test_ipmi_network_configuration.robot | 69 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 D | test_bmc_ipv6.robot | 166 # "SubnetMask": "xx.xx.xx.0" 172 # "SubnetMask": "xx.xx.0.0" 180 # "SubnetMask": "xx.xx.0.0"
|
H A D | test_multiple_interfaces_dhcp.robot | 237 … ... 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 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 | 239 … ... Run Keywords Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_utils.robot | 450 # "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 D | test_vmi.robot | 101 ${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 D | mpi2_cnfg.h | 3521 MPI2_ETHERNET_IP_ADDR SubnetMask; /*0x2C */ member
|