Searched refs:mIsDstPanIdBroadcast (Results 1 – 3 of 3) sorted by relevance
68 … bool mIsDstPanIdBroadcast : 1; ///< Indicates whether or not destination PAN ID is broadcast. member
107 bool IsDstPanIdBroadcast(void) const { return mIsDstPanIdBroadcast; } in IsDstPanIdBroadcast()
75 mIsDstPanIdBroadcast = (dstPanId == Mac::kPanIdBroadcast); in SetFrom()