Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c384 unsigned uPort; in handle_udp() local
386 if( sscanf( pcToken + 1, "%u", &uPort ) >= 1 ) in handle_udp()
393 … FreeRTOS_printf( ( "Send packet to UDP %pip port %u\n", xAddress.xIP_IPv6.ucBytes, uPort ) ); in handle_udp()
398 … "Send packet to UDP %xip port %u\n", ( unsigned ) FreeRTOS_ntohl( xAddress.ulIP_IPv4 ), uPort ) ); in handle_udp()
411 xSourceAddress.sin_port = FreeRTOS_htons( uPort ); in handle_udp()
432 xDestinationAddress.sin_port = FreeRTOS_htons( uPort ); in handle_udp()