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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTrayMsg.h49 uint32_t uMsgType; member in struct:VBOXTRAYIPCHEADER
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp103 bool handleDhcpMsg(uint8_t uMsgType, PCRTNETBOOTP pDhcpMsg, size_t cb);
106 static const char *debugDhcpName(uint8_t uMsgType);
319 uint8_t uMsgType; local
320 if (RTNetIPv4IsDHCPValid(NULL /* why is this here? */, pDhcpMsg, cbPv, &uMsgType))
322 m_uCurMsgType = uMsgType;
326 handleDhcpMsg(uMsgType, pDhcpMsg, cbPv);
344 * @param uMsgType The message type.
348 bool VBoxNetDhcp::handleDhcpMsg(uint8_t uMsgType, PCRTNETBOOTP pDhcpMsg, size_t cb) argument
354 switch (uMsgType)
421 * @param uMsgType Th
423 debugDhcpName(uint8_t uMsgType) argument
[all...]
H A DConfig.cpp293 uint8_t uMsgType = 0; local
295 fDhcpValid = RTNetIPv4IsDHCPValid(NULL, pDhcpMsg, cbDhcpMsg, &uMsgType);

Completed in 792 milliseconds