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

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h543 uint8_t *m_pbCur; /**< The current cursor position. */ member in class:VBoxNetDhcpWriteCursor
554 m_pbCur(&pDhcp->bp_vend.Dhcp.dhcp_opts[0]),
569 m_pbCur = m_pbEnd = m_pfOverload = NULL;
615 *m_pbCur++ = RTNET_DHCP_OPT_OPTION_OVERLOAD;
616 *m_pbCur++ = fField;
617 m_pfOverload = m_pbCur;
618 *m_pbCur++ = 1; /* bp_file flag */
624 while (m_pbCur != m_pbEnd)
625 *m_pbCur++ = RTNET_DHCP_OPT_PAD; /** @todo not sure if this stuff is at all correct... */
628 m_pbCur
[all...]

Completed in 33 milliseconds