| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | ModalIpv6.vue | 34 :label="$t('pageNetwork.modal.prefixLength')" 35 label-for="prefixLength" 38 id="prefixLength" 39 v-model="form.prefixLength" 41 :state="getValidationState(v$.form.prefixLength)" 42 @input="v$.form.prefixLength.$touch()" 45 <template v-if="v$.form.prefixLength.required.$invalid"> 49 v-if="v$.form.prefixLength.validatePrefixLength.$invalid" 105 prefixLength: '', 116 prefixLength: { [all …]
|
| H A D | TableIpv6.vue | 148 label: i18n.global.t('pageNetwork.table.prefixLength'),
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | ip_utils.hpp | 47 uint8_t* prefixLength = nullptr) in ipv4VerifyIpAndGetBitcount() argument 56 if (prefixLength != nullptr) in ipv4VerifyIpAndGetBitcount() 112 *prefixLength = prefix; in ipv4VerifyIpAndGetBitcount()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | ethernet.hpp | 92 uint8_t prefixLength = 0; member 102 size_t prefixLength = 0; member 603 ipv6Address.prefixLength = *prefix; in extractIPV6Data() 782 inline void createIPv4(const std::string& ifaceId, uint8_t prefixLength, in createIPv4() argument 799 "xyz.openbmc_project.Network.IP.Protocol.IPv4", address, prefixLength, in createIPv4() 819 uint8_t prefixLength, const std::string& address, in deleteAndCreateIPAddress() argument 825 [asyncResp, version, ifaceId, address, prefixLength, in deleteAndCreateIPAddress() 844 address, prefixLength, gateway); in deleteAndCreateIPAddress() 899 inline void createIPv6(const std::string& ifaceId, uint8_t prefixLength, in createIPv6() argument 926 "xyz.openbmc_project.Network.IP.Protocol.IPv6", address, prefixLength, in createIPv6() [all …]
|
| H A D | hypervisor_system.hpp | 438 const std::string& ifaceId, uint8_t prefixLength, in createHypervisorIPv4() argument 444 setHypervisorIPv4Subnet(asyncResp, ifaceId, prefixLength); in createHypervisorIPv4() 461 const uint8_t prefixLength = 0; in deleteHypervisorIPv4() local 464 setHypervisorIPv4Subnet(asyncResp, ifaceId, prefixLength); in deleteHypervisorIPv4() 572 uint8_t prefixLength = 0; in handleHypervisorIPv4StaticPatch() local 580 if (!ip_util::ipv4VerifyIpAndGetBitcount(subnetMask, &prefixLength)) in handleHypervisorIPv4StaticPatch() 596 createHypervisorIPv4(ifaceId, prefixLength, gateway, address, asyncResp); in handleHypervisorIPv4StaticPatch()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ipaddress.cpp | 63 IP::prefixLength(addr.getPfx(), true); in IPAddress() 74 uint8_t IPAddress::prefixLength(uint8_t /*value*/) in prefixLength() function in phosphor::network::IPAddress 96 "NET_IP", address(), "NET_PFX", prefixLength(), "NET_INTF", in delete_()
|
| H A D | ipaddress.hpp | 47 uint8_t prefixLength(uint8_t) override; 59 using IP::prefixLength;
|
| H A D | ethernet_interface.cpp | 324 uint8_t prefixLength, std::string) in ip() 355 if (prefixLength == 0) in neighbor() 359 ifaddr.emplace(*addr, prefixLength); in neighbor() 364 prefixLength, "ERROR", e); in neighbor() 366 Argument::ARGUMENT_NAME("prefixLength"), in neighbor() 367 Argument::ARGUMENT_VALUE(stdplus::toStr(prefixLength).c_str())); in neighbor() 271 ip(IP::Protocol protType,std::string ipaddress,uint8_t prefixLength,std::string) ip() argument
|
| H A D | ethernet_interface.hpp | 129 uint8_t prefixLength, std::string) override;
|
| /openbmc/bmcweb/test/redfish-core/lib/ |
| H A D | ethernet_test.cpp | 56 EXPECT_EQ(addrOut[0].prefixLength, 24); in TEST() 81 EXPECT_EQ(addrOut[0].prefixLength, 24); in TEST()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 188 …prefixLength,suffixLength,bestLongtextA,bestLongtextB,bestShorttextA,bestShorttextB;seed=longtext.… 189 …prefixLength);bestLongtextA=longtext.substring(0,i-suffixLength);bestLongtextB=longtext.substring(…
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_network_sub_menu.robot | 36 ${xpath_input_prefix_length} //*[@id="prefixLength"]
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 3962 data = {"data": [protocol[args.type], args.address, int(args.prefixLength),
|