Lines Matching refs:prefixLength
998 uint8_t prefixLength; in HandlePropertyInsert() local
1006 SuccessOrExit(error = mDecoder.ReadUint8(prefixLength)); in HandlePropertyInsert()
1010 borderRouterConfig.mPrefix.mLength = prefixLength; in HandlePropertyInsert()
1040 uint8_t prefixLength; in HandlePropertyRemove() local
1047 SuccessOrExit(error = mDecoder.ReadUint8(prefixLength)); in HandlePropertyRemove()
1049 ip6Prefix.mLength = prefixLength; in HandlePropertyRemove()
1974 uint8_t prefixLength; in HandlePropertySet() local
1977 SuccessOrExit(error = mDecoder.ReadUint8(prefixLength)); in HandlePropertySet()
1978 VerifyOrExit(prefixLength == OT_IP6_PREFIX_BITSIZE, error = OT_ERROR_INVALID_ARGS); in HandlePropertySet()
2302 uint8_t prefixLength; in HandlePropertyInsert() local
2309 SuccessOrExit(error = mDecoder.ReadUint8(prefixLength)); in HandlePropertyInsert()
2313 routeConfig.mPrefix.mLength = prefixLength; in HandlePropertyInsert()
2328 uint8_t prefixLength; in HandlePropertyRemove() local
2335 SuccessOrExit(error = mDecoder.ReadUint8(prefixLength)); in HandlePropertyRemove()
2337 ip6Prefix.mLength = prefixLength; in HandlePropertyRemove()