Searched refs:vLoggingPrintf (Results 1 – 6 of 6) sorted by relevance
114 void vLoggingPrintf( char const * pcFormat,117 #define configPRINTF( X ) vLoggingPrintf X120 #define configPRINT( X ) vLoggingPrintf X123 #define configPRINT_STRING( X ) vLoggingPrintf X
216 void vLoggingPrintf( const char * pcFormat, in vLoggingPrintf() function
223 vLoggingPrintf( "IP Address: %s\r\n", cBuffer ); in vApplicationIPNetworkEventHook()226 vLoggingPrintf( "Subnet Mask: %s\r\n", cBuffer ); in vApplicationIPNetworkEventHook()229 vLoggingPrintf( "Gateway IP Address: %s\r\n", cBuffer ); in vApplicationIPNetworkEventHook()232 vLoggingPrintf( "DNS server IP Address: %s\r\n", cBuffer ); in vApplicationIPNetworkEventHook()259 vLoggingPrintf( "Ping response to: %s\r\n", cBuffer ); in pingReply()
2 assuming vLoggingPrintf is correct and memory safe.
22 * vLoggingPrintf