Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c343 CommandOptions_t xOptions; in handle_udp() local
350 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_udp()
352 if( xOptions.xDoClear ) in handle_udp()
469 CommandOptions_t xOptions; in handle_arpq() local
481 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_arpq()
483 if( xOptions.xDoClear ) in handle_arpq()
643 CommandOptions_t xOptions; in handle_dnsq() local
646 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_dnsq()
652 … pxResult = pxDNSLookup( ptr, xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xDoClear ); in handle_dnsq()
671 CommandOptions_t xOptions; in handle_dnsq() local
[all …]