Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
HDplus_tcp_demo_cli.c144 static struct freertos_addrinfo * pxDNSLookup( char * pcHost,
1147 char * pcHost = ptr; in handle_http() local
1189 BaseType_t rc = FreeRTOS_inet_pton( FREERTOS_AF_INET6, pcHost, ( void * ) &xAddress ); in handle_http()
1197 rc = FreeRTOS_inet_pton( FREERTOS_AF_INET4, pcHost, ( void * ) &xAddress ); in handle_http()
1207 FreeRTOS_printf( ( "Get '%s' from '%s' at port %u\n", pcFileName, pcHost, portNr ) ); in handle_http()
1210 wakeupHTTPClient( 0U, pcHost, pcFileName, portNr, xOptions.xIPVersion ); in handle_http()
1294 static struct freertos_addrinfo * pxDNSLookup( char * pcHost, in pxDNSLookup() argument
1315pcHost, ( int ) xIPVersion, ( xAsynchronous != 0 ) ? "Async" : "Sync", ( xDoClear != 0 ) ? "true" … in pxDNSLookup()
1343 pcHost, /* The node. */ in pxDNSLookup()
1351 … FreeRTOS_printf( ( "dns query%d: '%s' = %d\n", ( int ) xIPVersion, pcHost, ( int ) rc ) ); in pxDNSLookup()
[all …]
HDhttp_client_test.c178 const char * pcHost, in wakeupHTTPClient() argument
187 snprintf( pcHostNames[ uxIndex ], sizeof pcHostNames[ uxIndex ], "%s", pcHost ); in wakeupHTTPClient()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/
HDhttp_client_test.h33 const char * pcHost,