Lines Matching refs:FreeRTOS_printf
150 FreeRTOS_printf( ( "RA: can not find a Link-local address\n" ) ); in vNDSendRouterSolicitation()
155 FreeRTOS_printf( ( "RA: source %pip\n", ( void * ) xSourceAddress.ucBytes ) ); in vNDSendRouterSolicitation()
286 FreeRTOS_printf( ( "RA: Invalid length of the option value as zero. " ) ); in vReceiveRA_ReadReply()
292 …FreeRTOS_printf( ( "RA: Not enough bytes ( %u > %u )\n", ( unsigned ) ( uxIndex + uxLength ), ( un… in vReceiveRA_ReadReply()
299 FreeRTOS_printf( ( "RA: Source = %02x-%02x-%02x-%02x-%02x-%02x\n", in vReceiveRA_ReadReply()
317 FreeRTOS_printf( ( "RA: Prefix len %d Life %u, %u (%pip)\n", in vReceiveRA_ReadReply()
334 FreeRTOS_printf( ( "RA: MTU = %u\n", ( unsigned int ) ulMTU ) ); in vReceiveRA_ReadReply()
339 FreeRTOS_printf( ( "RA: Type 0x%02x not implemented\n", ucType ) ); in vReceiveRA_ReadReply()
371 FreeRTOS_printf( ( "vReceiveRA: The buffer provided is too small\n" ) ); in vReceiveRA()
379 FreeRTOS_printf( ( "RA: Type %02x Srv %02x Checksum %04x Hops %d Flags %02x Life %d\n", in vReceiveRA()
454 FreeRTOS_printf( ( "RA: Giving up waiting for a Router.\n" ) ); in xRAProcess_HandleWaitStates()
491 … FreeRTOS_printf( ( "RA: succeeded, using IP address %pip Reload after %u seconds\n", in xRAProcess_HandleWaitStates()
502 …FreeRTOS_printf( ( "RA: failed, using default parameters and IP address %pip\n", ( void * ) pxEndP… in xRAProcess_HandleWaitStates()
556 FreeRTOS_printf( ( "vRAProcess: Router Solicitation, attempt %lu/%u\n", in xRAProcess_HandleOtherStates()
577 FreeRTOS_printf( ( "RA: Creating a random IP-address\n" ) ); in xRAProcess_HandleOtherStates()
580 …FreeRTOS_printf( ( "RA: Neighbour solicitation for %pip\n", ( void * ) pxEndPoint->ipv6_settings.x… in xRAProcess_HandleOtherStates()
662 … FreeRTOS_printf( ( "vRAProcess( %ld, %pip) bRouterReplied=%d bIPAddressInUse=%d state %d -> %d\n", in vRAProcess()
674 FreeRTOS_printf( ( "RA: Reload %u seconds\n", ( unsigned ) ( uxReloadTime / 1000U ) ) ); in vRAProcess()
680 FreeRTOS_printf( ( "RA: Disabled timer.\n" ) ); in vRAProcess()