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

/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp313 int VBoxNetDhcp::processUDP(void *pv, size_t cbPv) argument
317 m_cbCurMsg = cbPv;
320 if (RTNetIPv4IsDHCPValid(NULL /* why is this here? */, pDhcpMsg, cbPv, &uMsgType))
326 handleDhcpMsg(uMsgType, pDhcpMsg, cbPv);

Completed in 44 milliseconds