Searched refs:fMsg (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.h119 * @param fMsg Whether to dump parts for the current DHCP message.
123 void debugPrint(int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const;
124 virtual void debugPrintV(int32_t iMinLevel, bool fMsg, const char *pszFmt, va_list va) const;
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
/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

Completed in 203 milliseconds