Searched refs:subnetMask (Results 1 – 5 of 5) sorted by relevance
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | ModalIpv4.vue | 58 :label="$t('pageNetwork.modal.subnetMask')" 59 label-for="subnetMask" 62 id="subnetMask" 63 v-model="form.subnetMask" 65 :state="getValidationState(v$.form.subnetMask)" 66 @input="v$.form.subnetMask.$touch()" 69 <template v-if="v$.form.subnetMask.required.$invalid"> 72 <template v-if="v$.form.subnetMask.ipAddress.$invalid"> 117 subnetMask: '', 137 subnetMask: { [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | hypervisor_system.hpp | 560 std::string subnetMask; in handleHypervisorIPv4StaticPatch() local 566 "SubnetMask", subnetMask // in handleHypervisorIPv4StaticPatch() 580 if (!ip_util::ipv4VerifyIpAndGetBitcount(subnetMask, &prefixLength)) in handleHypervisorIPv4StaticPatch() 582 messages::propertyValueFormatError(asyncResp->res, subnetMask, in handleHypervisorIPv4StaticPatch()
|
H A D | ethernet.hpp | 1553 std::optional<std::string> subnetMask; in parseAddresses() local 1560 "SubnetMask", subnetMask // in parseAddresses() 1592 if (subnetMask) in parseAddresses() 1595 if (!ip_util::ipv4VerifyIpAndGetBitcount(*subnetMask, in parseAddresses() 1599 res, *subnetMask, pathString + "/SubnetMask"); in parseAddresses()
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 52 uint8_t subnetMask) in createIPObject() argument 54 return interface.ip(addressType, ipaddress, subnetMask, ""); in createIPObject()
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_network_sub_menu.robot | 26 ${xpath_input_subnetmask} //*[@id="subnetMask"]
|