Searched refs:m_numAddrBytes (Results 1 – 2 of 2) sorted by relevance
558 …m_numAddrBytes = 0; // number of address bytes so far - in this case header is not part of … in pktWPointUpdate()602 m_numAddrBytes++; in pktWPointUpdate()815 m_numAddrBytes = 1; // number of address bytes so far in pktBranchAddr()871 m_numAddrBytes++; in pktBranchAddr()937 uint8_t E1 = m_currPacketData[m_numAddrBytes]; in pktBranchAddr()944 uint8_t E2 = m_currPacketData[m_numAddrBytes+1]; in pktBranchAddr()964 int countIdx = m_numAddrBytes + m_numExcepBytes; in pktBranchAddr()1088 for(int i = 0; i < m_numAddrBytes; i++) in extractAddress()1111 if(i == m_numAddrBytes-1) in extractAddress()
165 int m_numAddrBytes; //!< number of address bytes variable