Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp30 static constexpr int32_t IPV4_UINT_LEN = 4; variable
186 int32_t arrayLen = (af == AF_INET ? IPV4_UINT_LEN : IPV6_UINT_LEN); in MaskAddress()