Searched refs:m_ccount_done (Results 1 – 2 of 2) sorted by relevance
135 bool m_ccount_done; // done or not needed variable
483 m_ccount_done = (bool)((lastByte & 0x1) == 0); // 0 = not present in iPktTimestamp()494 else if(!m_ccount_done) in iPktTimestamp()496 m_ccount_done = (bool)((lastByte & 0x80) == 0); in iPktTimestamp()501 if(m_ts_done && m_ccount_done) in iPktTimestamp()