Searched refs:uPort (Results 1 – 1 of 1) sorted by relevance
384 unsigned uPort; in handle_udp() local386 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()