Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dfirewall.cpp108 prefix.mLength = OT_IP6_PREFIX_BITSIZE; in UpdateIpSets()
/openthread-latest/include/openthread/
Dip6.h55 #define OT_IP6_PREFIX_BITSIZE (OT_IP6_PREFIX_SIZE * 8) ///< Size of an IPv6 prefix (bits) macro
/openthread-latest/src/core/net/
Ddhcp6_server.cpp454 option.GetAddress().SetPrefix(aPrefix.mFields.m8, OT_IP6_PREFIX_BITSIZE); in AddIaAddress()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1287 … SuccessOrExit(error = mEncoder.WriteUint8(OT_IP6_PREFIX_BITSIZE)); // Prefix length (in bits) in EncodeOperationalDataset()
1508 VerifyOrExit(prefixLen == OT_IP6_PREFIX_BITSIZE, error = OT_ERROR_INVALID_ARGS); in DecodeOperationalDataset()
1964 SuccessOrExit(error = mEncoder.WriteUint8(OT_IP6_PREFIX_BITSIZE)); // Prefix length (in bits) in HandlePropertyGet()
1978 VerifyOrExit(prefixLength == OT_IP6_PREFIX_BITSIZE, error = OT_ERROR_INVALID_ARGS); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp5471 VerifyOrExit(prefix.mLength == OT_IP6_PREFIX_BITSIZE, error = OT_ERROR_INVALID_ARGS); in Process()