Searched refs:m_numAddrBytes (Results 1 – 2 of 2) sorted by relevance
557 …m_numAddrBytes = 0; // number of address bytes so far - in this case header is not part of … in pktWPointUpdate()599 m_numAddrBytes++; in pktWPointUpdate()812 m_numAddrBytes = 1; // number of address bytes so far in pktBranchAddr()868 m_numAddrBytes++; in pktBranchAddr()934 uint8_t E1 = m_currPacketData[m_numAddrBytes]; in pktBranchAddr()941 uint8_t E2 = m_currPacketData[m_numAddrBytes+1]; in pktBranchAddr()961 int countIdx = m_numAddrBytes + m_numExcepBytes; in pktBranchAddr()1085 for(int i = 0; i < m_numAddrBytes; i++) in extractAddress()1108 if(i == m_numAddrBytes-1) in extractAddress()
165 int m_numAddrBytes; //!< number of address bytes variable