Home
last modified time | relevance | path

Searched defs:prefixLength (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dip_utils.hpp47 uint8_t* prefixLength = nullptr) in ipv4VerifyIpAndGetBitcount()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp93 uint8_t prefixLength = 0; member
103 size_t prefixLength = 0; member
782 inline void createIPv4(const std::string& ifaceId, uint8_t prefixLength, in createIPv4()
819 uint8_t prefixLength, const std::string& address, in deleteAndCreateIPAddress()
897 inline void createIPv6(const std::string& ifaceId, uint8_t prefixLength, in createIPv6()
1511 uint8_t prefixLength = 0; member
1594 uint8_t prefixLength = 0; in parseAddresses() local
1612 uint8_t prefixLength = 0; in parseAddresses() local
1782 std::optional<uint8_t> prefixLength; in handleIPv6StaticAddressesPatch() local
H A Dhypervisor_system.hpp438 const std::string& ifaceId, uint8_t prefixLength, in createHypervisorIPv4()
461 const uint8_t prefixLength = 0; in deleteHypervisorIPv4() local
572 uint8_t prefixLength = 0; in handleHypervisorIPv4StaticPatch() local
/openbmc/phosphor-networkd/src/
H A Dipaddress.cpp74 uint8_t IPAddress::prefixLength(uint8_t /*value*/) in prefixLength() function in phosphor::network::IPAddress
H A Dethernet_interface.cpp267 uint8_t prefixLength, std::string) in ip()
/openbmc/webui-vue/src/locales/
H A Den-US.json740 "prefixLength": "Prefix Length", string
750 "prefixLength": "Prefix Length", string
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c2911 const size_t prefixLength = length & unrollMask; in ZSTD_isRLE() local