Searched refs:usRemotePort (Results 1 – 11 of 11) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/source/ |
| D | FreeRTOS_TCP_IP.c | 196 pxSocket->u.xTCP.usRemotePort, in xTCPSocketCheck() 502 pxSocket->u.xTCP.usRemotePort, in vTCPStateChange() 561 … ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, pxSocket->u.xTCP.usRemotePort, in prvTCPNextTimeout() 636 uint16_t usRemotePort = FreeRTOS_htons( pxProtocolHeaders->xTCPHeader.usSourcePort ); in xProcessReceivedTCPPacket() local 662 …et = ( FreeRTOS_Socket_t * ) pxTCPSocketLookup( ulLocalIP, usLocalPort, ulRemoteIP, usRemotePort ); in xProcessReceivedTCPPacket() 671 …: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned ) ulRemoteIP, usRemotePort ) ); in xProcessReceivedTCPPacket() 704 …CPFlagMeaning( ( UBaseType_t ) ucTCPFlags ), ( unsigned ) ulRemoteIP, usRemotePort, usLocalPort ) … in xProcessReceivedTCPPacket() 734 …( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) ulRemoteIP, usRemotePort, usLocalPort ) … in xProcessReceivedTCPPacket() 774 …OS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) ulRemoteIP, usRemotePort ) ); in xProcessReceivedTCPPacket()
|
| D | FreeRTOS_TCP_Utils.c | 112 …", ( unsigned ) ulMSS, ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, pxSocket->u.xTCP.usRemotePort ) ); in prvSocketSetMSS()
|
| D | FreeRTOS_TCP_Transmission.c | 143 … pxSocket->u.xTCP.usRemotePort ) ); /* Port on remote machine. */ in prvTCPSendPacket() 657 … pxSocket->u.xTCP.usRemotePort ); in prvTCPPrepareConnect() 709 pxTCPPacket->xTCPHeader.usSourcePort = FreeRTOS_htons( pxSocket->u.xTCP.usRemotePort ); in prvTCPPrepareConnect() 1093 … pxSocket->u.xTCP.usRemotePort ) ); /* Port on remote machine. */ in prvTCPPrepareSend() 1119 pxSocket->u.xTCP.usRemotePort, in prvTCPPrepareSend() 1236 pxSocket->u.xTCP.usRemotePort, in prvSetOptions() 1377 pxSocket->u.xTCP.usRemotePort, in prvSendData() 1419 pxSocket->u.xTCP.usRemotePort, in prvSendData()
|
| D | FreeRTOS_TCP_State_Handling.c | 199 pxSocket->u.xTCP.usRemotePort, in prvTCPStatusAgeCheck() 405 pxTCPWindow->usPeerPortNumber = pxSocket->u.xTCP.usRemotePort; in prvHandleSynReceived() 450 pxSocket->u.xTCP.usRemotePort, in prvHandleSynReceived() 601 pxSocket->u.xTCP.usRemotePort, in prvHandleEstablished() 1004 pxReturn->u.xTCP.usRemotePort = FreeRTOS_htons( pxTCPPacket->xTCPHeader.usSourcePort ); in prvHandleListen()
|
| D | FreeRTOS_Sockets.c | 1626 pxSocket->u.xTCP.usRemotePort, in vSocketClose() 3047 pxSocket->u.xTCP.usRemotePort = FreeRTOS_ntohs( pxAddress->sin_port ); in prvTCPConnectStart() 3251 pxAddress->sin_port = FreeRTOS_ntohs( pxClientSocket->u.xTCP.usRemotePort ); in FreeRTOS_accept() 3833 pxSocket->u.xTCP.usRemotePort ) ); in FreeRTOS_send() 4114 …else if( ( pxSocket->u.xTCP.usRemotePort == ( uint16_t ) uxRemotePort ) && ( pxSocket->u.xTCP.ulRe… in pxTCPSocketLookup() 4455 pxAddress->sin_port = FreeRTOS_htons( pxSocket->u.xTCP.usRemotePort ); in FreeRTOS_GetRemoteAddress() 4851 … pxSocket->u.xTCP.usRemotePort, /* Port on remote machine */ in vTCPNetStat()
|
| /FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/ |
| D | tcp_netstat.c | 107 … pxMetrics->xTCPSocketList.xTCPList[ uxCount ].usRemotePort = pxSocket->u.xTCP.usRemotePort; in vGetMetrics() 177 pxMetrics->xTCPSocketList.xTCPList[ uxIndex ].usRemotePort ) ); in vShowMetrics()
|
| /FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/include/ |
| D | tcp_netstat.h | 76 uint16_t usRemotePort; member
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/ |
| D | FreeRTOS_Sockets_TCP_API_utest.c | 238 xPeerSocket.u.xTCP.usRemotePort = 0x1234; in test_FreeRTOS_accept_NotReuseSocket() 250 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xPeerSocket.u.xTCP.usRemotePort ), xAddress.sin_port ); in test_FreeRTOS_accept_NotReuseSocket() 274 xServerSocket.u.xTCP.usRemotePort = 0x1234; in test_FreeRTOS_accept_ReuseSocket() 283 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xServerSocket.u.xTCP.usRemotePort ), xAddress.sin_port ); in test_FreeRTOS_accept_ReuseSocket() 307 xServerSocket.u.xTCP.usRemotePort = 0x1234; in test_FreeRTOS_accept_ReuseSocket_NULLAddress() 338 xServerSocket.u.xTCP.usRemotePort = 0x1234; in test_FreeRTOS_accept_ReuseSocket_Timeout()
|
| D | FreeRTOS_Sockets_privates_utest.c | 2473 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_FoundAMatch() 2505 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_NoMatch() 2540 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort + 1; in test_pxTCPSocketLookup_NoMatch2() 2575 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort + 1; in test_pxTCPSocketLookup_FoundAPartialMatch()
|
| D | FreeRTOS_Sockets_GenericAPI_utest.c | 2837 xSocket.u.xTCP.usRemotePort = 0x1234; in test_FreeRTOS_GetRemoteAddress_HappyPath()
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
| D | FreeRTOS_IP_Private.h | 541 uint16_t usRemotePort; /**< Port on remote machine */ member
|