Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dhttp_client_test.c253 const char * pcHostname; in prvEchoClientTask() local
296 pcHostname = pcHostNames[ uxInstance ]; in prvEchoClientTask()
300 ulIPAddress = FreeRTOS_gethostbyname( pcHostname ); in prvEchoClientTask()
317 pcHostname, /* The node. */ in prvEchoClientTask()
466 …gth = snprintf( pcBuffer, sizeof( pcBuffer ), get_command, pcFileNames[ uxInstance ], pcHostname ); in prvEchoClientTask()
Dplus_tcp_demo_cli.c979 char * pcHostname = ptr; in handle_ping() local
981 if( *pcHostname == '\0' ) in handle_ping()
989 xResult = FreeRTOS_inet_pton( FREERTOS_AF_INET4, pcHostname, ( void * ) &xAddress ); in handle_ping()
997 xResult = FreeRTOS_inet_pton( FREERTOS_AF_INET6, pcHostname, ( void * ) &xAddress ); in handle_ping()
1007 …FreeRTOS_printf( ( "ping6: looking up name '%s' (%pip)\n", pcHostname, xAddress.xIP_IPv6.ucBytes )… in handle_ping()
1011 …FreeRTOS_printf( ( "ping4: looking up name '%s' (%xip)\n", pcHostname, ( unsigned ) FreeRTOS_ntohl… in handle_ping()
1020 …pxDNSResult = pxDNSLookup( pcHostname, xOptions.xIPVersion, xOptions.xAsynchronous, xOptions.xDoCl… in handle_ping()
1028 …FreeRTOS_printf( ( "ping4 to '%s' (%xip)\n", pcHostname, ( unsigned ) FreeRTOS_ntohl( pxDNSResult-… in handle_ping()
1042 …FreeRTOS_printf( ( "ping6 to '%s' (%pip)\n", pcHostname, pxDNSResult->ai_addr->sin_address.xIP_IPv… in handle_ping()