Searched refs:m_numCtxtIDBytes (Results 1 – 2 of 2) sorted by relevance
451 m_numCtxtIDBytes = m_config->CtxtIDBytes(); in pktISync()455 m_numPktBytesReq = 6 + m_numCtxtIDBytes; in pktISync()500 else if( m_numCtxtIDBytes > m_gotCtxtIDBytes) in pktISync()534 if(m_numCtxtIDBytes) in pktISync()652 m_numCtxtIDBytes = m_config->CtxtIDBytes(); in pktCtxtID()660 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()666 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()671 if(m_numCtxtIDBytes) in pktCtxtID()982 for(int i=0; i < m_numCtxtIDBytes; i++) in extractCtxtID()
157 int m_numCtxtIDBytes; variable