Home
last modified time | relevance | path

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

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