Searched refs:m_numCtxtIDBytes (Results 1 – 2 of 2) sorted by relevance
450 m_numCtxtIDBytes = m_config->CtxtIDBytes(); in pktISync()454 m_numPktBytesReq = 6 + m_numCtxtIDBytes; in pktISync()499 else if( m_numCtxtIDBytes > m_gotCtxtIDBytes) in pktISync()533 if(m_numCtxtIDBytes) in pktISync()649 m_numCtxtIDBytes = m_config->CtxtIDBytes(); in pktCtxtID()657 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()663 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()668 if(m_numCtxtIDBytes) in pktCtxtID()979 for(int i=0; i < m_numCtxtIDBytes; i++) in extractCtxtID()
157 int m_numCtxtIDBytes; variable