Searched defs:m_pbEnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h544 uint8_t *m_pbEnd; /**< The end the current option space. */ member in class:VBoxNetDhcpWriteCursor
555 m_pbEnd((uint8_t *)pDhcp + cbDhcp),
569 m_pbCur = m_pbEnd = m_pfOverload = NULL;
624 while (m_pbCur != m_pbEnd)
629 m_pbEnd = pbNewEnd;
649 if ((uintptr_t)(m_pbEnd - m_pbCur) < cb + 2 + (m_pfOverload ? 1 : 3))
657 if ((uintptr_t)(m_pbEnd - m_pbCur) < cb + 2 + 1)
841 Assert((uintptr_t)(m_pbEnd - m_pbCur) < 4096);

Completed in 68 milliseconds