Searched refs:updated_c (Results 1 – 10 of 10) sorted by relevance
117 const bool isCtxtIDUpdated() const { return (m_pkt_data.context.updated_c == 1); } in isCtxtIDUpdated()210 m_pkt_data.context.updated_c = 1; in UpdateContextID()255 (m_pkt_data.context.updated_c == 1); in isCtxtUpdated()
103 uint32_t updated_c:1; /**< updated CtxtID */ member
99 const bool CtxtIDUpdated() const { return (bool)(context.updated_c == 1); }; in CtxtIDUpdated()175 context.updated_c = 1; in UpdateContextID()
80 uint32_t updated_c:1; /**< updated CtxtID */ member
61 context.updated_c = 0; in Clear()339 if(context.updated_c) in getISyncStr()
76 context.updated_c = 0; in initNextPacket()670 if(context.updated_c) in contextStr()
1911 if(ctxt.updated_c) in updateContext()
63 m_pkt_data.context.updated_c = 0; in Clear()582 if(m_pkt_data.context.updated_c) in getISyncStr()
185 uint32_t updated_c:1; //!< updated CtxtID member
450 context.updated_c = 1; in setContextCID()