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

/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp105 void debugPrintV(int32_t iMinLevel, bool fMsg, const char *pszFmt, va_list va) const;
384 * @param fMsg Whether to dump parts for the current DHCP message.
388 void VBoxNetDhcp::debugPrintV(int iMinLevel, bool fMsg, const char *pszFmt, va_list va) const argument
397 if ( fMsg
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp795 void VBoxNetBaseService::debugPrint(int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const argument
801 debugPrintV(iMinLevel, fMsg, pszFmt, va);
811 * @param fMsg Whether to dump parts for the current service message.
815 void VBoxNetBaseService::debugPrintV(int iMinLevel, bool fMsg, const char *pszFmt, va_list va) const argument

Completed in 45 milliseconds