Home
last modified time | relevance | path

Searched defs:IsRouterFlagSet (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dnd6.hpp985 bool IsRouterFlagSet(void) const { return (mFlags & kRouterFlag) != 0; } in IsRouterFlagSet() function in ot::Ip6::Nd::NeighborAdvertMessage
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_tlvs.hpp718 static bool IsRouterFlagSet(uint8_t aMask) { return (aMask & kRouterFlag) != 0; } in IsRouterFlagSet() function in ot::Mle::ScanMaskTlv