Lines Matching refs:FreeRTOS_debug_printf
194 … FreeRTOS_debug_printf( ( "Send[%u->%u] del ACK %u SEQ %u (len %u)\n", in xTCPSocketCheck()
319 FreeRTOS_debug_printf( ( "Move from %s to %s\n", in vTCPStateChange()
456 FreeRTOS_debug_printf( ( "vTCPStateChange: Closing socket\n" ) ); in vTCPStateChange()
475 … FreeRTOS_debug_printf( ( "Restoring a reuse socket port %u\n", pxSocket->usLocalPort ) ); in vTCPStateChange()
499 FreeRTOS_debug_printf( ( "Socket %u -> %xip:%u State %s->%s\n", in vTCPStateChange()
560 FreeRTOS_debug_printf( ( "Connect[%xip:%u]: next timeout %u: %u ms\n", in prvTCPNextTimeout()
671 …FreeRTOS_debug_printf( ( "TCP: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned )… in xProcessReceivedTCPPacket()
703 … FreeRTOS_debug_printf( ( "TCP: Server can't handle flags: %s from %xip:%u to port %u\n", in xProcessReceivedTCPPacket()
734 …FreeRTOS_debug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) ulRemoteIP, usRem… in xProcessReceivedTCPPacket()
774 …FreeRTOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) ulRemoteIP, usRemotePo… in xProcessReceivedTCPPacket()
903 … FreeRTOS_debug_printf( ( "xTCPCheckNewClient[0]: client on port %u\n", pxSocket->usLocalPort ) ); in xTCPCheckNewClient()