Lines Matching refs:xOptions
343 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
674 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_dnsq()
690 if( xOptions.xDoClear ) in handle_dnsq()
717 if( xOptions.xAsynchronous != 0 ) in handle_dnsq()
738 if( xOptions.xAsynchronous != 0 ) in handle_dnsq()
866 CommandOptions_t xOptions; in handle_ntp() local
869 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_ntp()
871 if( xOptions.xDoClear ) in handle_ntp()
877 vNTPSetNTPType( xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xLogging ); in handle_ntp()
971 CommandOptions_t xOptions; in handle_ping() local
975 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_ping()
977 pingLogging = xOptions.xLogging; in handle_ping()
993 xOptions.xIPVersion = 4; in handle_ping()
1001 xOptions.xIPVersion = 6; in handle_ping()
1005 if( xOptions.xIPVersion == 6 ) in handle_ping()
1014 if( xOptions.xDoClear ) in handle_ping()
1020 …pxDNSResult = pxDNSLookup( pcHostname, xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xDoCl… in handle_ping()
1024 switch( xOptions.xIPVersion ) in handle_ping()
1059 FreeRTOS_printf( ( "ping -%d: '%s' not found\n", ( int ) xOptions.xIPVersion, ptr ) ); in handle_ping()
1073 CommandOptions_t xOptions; in handle_ping() local
1075 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_ping()
1077 pingLogging = xOptions.xLogging; in handle_ping()
1114 if( xOptions.xDoClear ) in handle_ping()
1133 CommandOptions_t xOptions; in handle_http() local
1137 uxGetOptions( &( xOptions ), ( const char ** ) &( ptr ) ); in handle_http()
1139 if( xOptions.xIPVersion == 6 ) in handle_http()
1182 if( xOptions.xDoClear ) in handle_http()
1193 xOptions.xIPVersion = 6; in handle_http()
1201 xOptions.xIPVersion = 4; in handle_http()
1210 wakeupHTTPClient( 0U, pcHost, pcFileName, portNr, xOptions.xIPVersion ); in handle_http()