Searched defs:FlagsWithoutPreference (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/openthread/src/core/thread/ | ||
H A D | network_data_tlvs.hpp | 502 static uint8_t FlagsWithoutPreference(uint8_t aFlags) { return (aFlags & ~kPreferenceMask); } in FlagsWithoutPreference() function in ot::NetworkData::HasRouteEntry |