Home
last modified time | relevance | path

Searched refs:xLogging (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/
DNTPDemo.h47 BaseType_t xLogging );
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c100 BaseType_t xLogging; member
835 pxOptions->xLogging = pdTRUE; in uxGetOptions()
877 vNTPSetNTPType( xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xLogging ); in handle_ntp()
977 pingLogging = xOptions.xLogging; in handle_ping()
1077 pingLogging = xOptions.xLogging; in handle_ping()
DNTPDemo.c155 BaseType_t xLogging ) in vNTPSetNTPType() argument
173 xDNSLogging = xLogging; in vNTPSetNTPType()