Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c98 BaseType_t xIPVersion; /* Zero means: do not change version, otherwise 4 or 6. */ member
145 BaseType_t xIPVersion,
652 … pxResult = pxDNSLookup( ptr, xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xDoClear ); in handle_dnsq()
820 pxOptions->xIPVersion = 4; in uxGetOptions()
839 pxOptions->xIPVersion = 4; in uxGetOptions()
843 pxOptions->xIPVersion = 6; in uxGetOptions()
877 vNTPSetNTPType( xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xLogging ); in handle_ntp()
993 xOptions.xIPVersion = 4; in handle_ping()
1001 xOptions.xIPVersion = 6; in handle_ping()
1005 if( xOptions.xIPVersion == 6 ) in handle_ping()
[all …]
Dhttp_client_test.c119 xIPVersion[ echoNUM_HTTP_CLIENTS ] = { 0 }; variable
185 xIPVersion[ uxIndex ] = xIPType; in wakeupHTTPClient()
287 if( xIPVersion[ uxInstance ] != 6 ) in prvEchoClientTask()