| /FreeRTOS-Plus-TCP-v3.1.0/source/ |
| D | FreeRTOS_TCP_Utils.c | 105 …if( ( ( FreeRTOS_ntohl( pxSocket->u.xTCP.ulRemoteIP ) ^ *ipLOCAL_IP_ADDRESS_POINTER ) & xNetworkAd… in prvSocketSetMSS() 112 …ytes for %xip:%u\n", ( unsigned ) ulMSS, ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, pxSocket->u.xTC… in prvSocketSetMSS()
|
| D | FreeRTOS_TCP_IP.c | 501 ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, in vTCPStateChange() 561 … ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, pxSocket->u.xTCP.usRemotePort, in prvTCPNextTimeout() 637 uint32_t ulRemoteIP; in xProcessReceivedTCPPacket() local 658 ulRemoteIP = FreeRTOS_htonl( pxIPHeader->ulSourceIPAddress ); in xProcessReceivedTCPPacket() 662 …et = ( FreeRTOS_Socket_t * ) pxTCPSocketLookup( ulLocalIP, usLocalPort, ulRemoteIP, usRemotePort ); in xProcessReceivedTCPPacket() 671 …P: No active socket on port %d (%xip:%d)\n", usLocalPort, ( unsigned ) ulRemoteIP, usRemotePort ) … in xProcessReceivedTCPPacket() 704 …prvTCPFlagMeaning( ( UBaseType_t ) ucTCPFlags ), ( unsigned ) ulRemoteIP, usRemotePort, usLocalPor… in xProcessReceivedTCPPacket() 734 …ebug_printf( ( "TCP: RST received from %xip:%u for %u\n", ( unsigned ) ulRemoteIP, usRemotePort, u… in xProcessReceivedTCPPacket() 774 …TOS_debug_printf( ( "TCP: SYN unexpected from %xip:%u\n", ( unsigned ) ulRemoteIP, usRemotePort ) … in xProcessReceivedTCPPacket()
|
| D | FreeRTOS_TCP_Transmission.c | 142 … ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, /* IP address of remote machine. */ in prvTCPSendPacket() 606 uint32_t ulRemoteIP; in prvTCPPrepareConnect() local 618 ulRemoteIP = FreeRTOS_htonl( pxSocket->u.xTCP.ulRemoteIP ); in prvTCPPrepareConnect() 621 eReturned = eARPGetCacheEntry( &( ulRemoteIP ), &( xEthAddress ) ); in prvTCPPrepareConnect() 635 ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, in prvTCPPrepareConnect() 636 ( unsigned ) FreeRTOS_htonl( ulRemoteIP ), in prvTCPPrepareConnect() 646 FreeRTOS_OutputARPRequest( ulRemoteIP ); in prvTCPPrepareConnect() 656 … pxSocket->u.xTCP.ulRemoteIP, in prvTCPPrepareConnect() 707 pxIPHeader->ulSourceIPAddress = FreeRTOS_htonl( pxSocket->u.xTCP.ulRemoteIP ); in prvTCPPrepareConnect() 1092 … ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, /* IP address of remote machine. */ in prvTCPPrepareSend() [all …]
|
| D | FreeRTOS_TCP_State_Handling.c | 198 ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, in prvTCPStatusAgeCheck() 449 ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, in prvHandleSynReceived() 1005 … pxReturn->u.xTCP.ulRemoteIP = FreeRTOS_htonl( pxTCPPacket->xIPHeader.ulSourceIPAddress ); in prvHandleListen()
|
| D | FreeRTOS_Sockets.c | 1625 ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, in vSocketClose() 3050 pxSocket->u.xTCP.ulRemoteIP = FreeRTOS_ntohl( pxAddress->sin_addr ); in prvTCPConnectStart() 3248 pxAddress->sin_addr = FreeRTOS_ntohl( pxClientSocket->u.xTCP.ulRemoteIP ); in FreeRTOS_accept() 3832 ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, in FreeRTOS_send() 4086 uint32_t ulRemoteIP, in pxTCPSocketLookup() argument 4114 …xTCP.usRemotePort == ( uint16_t ) uxRemotePort ) && ( pxSocket->u.xTCP.ulRemoteIP == ulRemoteIP ) ) in pxTCPSocketLookup() 4452 pxAddress->sin_addr = FreeRTOS_htonl( pxSocket->u.xTCP.ulRemoteIP ); in FreeRTOS_GetRemoteAddress() 4850 … ( unsigned ) pxSocket->u.xTCP.ulRemoteIP, /* IP address of remote machine */ in vTCPNetStat()
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_Utils/ |
| D | FreeRTOS_TCP_Utils_utest.c | 92 pxSocket->u.xTCP.ulRemoteIP = 0xC0C0C0C0; in test_prvSocketSetMSS_Reduced() 104 pxSocket->u.xTCP.ulRemoteIP = 0x0; in test_prvSocketSetMSS_Normal()
|
| /FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/ |
| D | tcp_netstat.c | 106 … pxMetrics->xTCPSocketList.xTCPList[ uxCount ].ulRemoteIP = pxSocket->u.xTCP.ulRemoteIP; in vGetMetrics() 176 pxMetrics->xTCPSocketList.xTCPList[ uxIndex ].ulRemoteIP, in vShowMetrics()
|
| /FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/include/ |
| D | tcp_netstat.h | 77 uint32_t ulRemoteIP; member
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/ |
| D | TCP_IP_list_macros.h | 88 uint32_t ulRemoteIP,
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/ |
| D | TCP_IP_DiffConfig_list_macros.h | 88 uint32_t ulRemoteIP,
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket/ |
| D | ProcessReceivedTCPPacket_harness.c | 58 uint32_t ulRemoteIP, in pxTCPSocketLookup() argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/ |
| D | FreeRTOS_Sockets_privates_utest.c | 2465 uint32_t ulRemoteIP = 0xBCBCDCDC; in test_pxTCPSocketLookup_FoundAMatch() local 2474 xMatchingSocket.u.xTCP.ulRemoteIP = ulRemoteIP; in test_pxTCPSocketLookup_FoundAMatch() 2484 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_FoundAMatch() 2497 uint32_t ulRemoteIP = 0xBCBCDCDC; in test_pxTCPSocketLookup_NoMatch() local 2506 xMatchingSocket.u.xTCP.ulRemoteIP = ulRemoteIP + 1; in test_pxTCPSocketLookup_NoMatch() 2519 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch() 2532 uint32_t ulRemoteIP = 0xBCBCDCDC; in test_pxTCPSocketLookup_NoMatch2() local 2541 xMatchingSocket.u.xTCP.ulRemoteIP = ulRemoteIP + 1; in test_pxTCPSocketLookup_NoMatch2() 2554 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch2() 2567 uint32_t ulRemoteIP = 0xBCBCDCDC; in test_pxTCPSocketLookup_FoundAPartialMatch() local [all …]
|
| D | FreeRTOS_Sockets_TCP_API_utest.c | 237 xPeerSocket.u.xTCP.ulRemoteIP = 0xAABBCCDD; in test_FreeRTOS_accept_NotReuseSocket() 249 TEST_ASSERT_EQUAL( FreeRTOS_ntohl( xPeerSocket.u.xTCP.ulRemoteIP ), xAddress.sin_addr ); in test_FreeRTOS_accept_NotReuseSocket() 273 xServerSocket.u.xTCP.ulRemoteIP = 0xAABBCCDD; in test_FreeRTOS_accept_ReuseSocket() 282 TEST_ASSERT_EQUAL( FreeRTOS_ntohl( xServerSocket.u.xTCP.ulRemoteIP ), xAddress.sin_addr ); in test_FreeRTOS_accept_ReuseSocket() 306 xServerSocket.u.xTCP.ulRemoteIP = 0xAABBCCDD; in test_FreeRTOS_accept_ReuseSocket_NULLAddress() 337 xServerSocket.u.xTCP.ulRemoteIP = 0xAABBCCDD; in test_FreeRTOS_accept_ReuseSocket_Timeout()
|
| D | FreeRTOS_Sockets_GenericAPI_utest.c | 2836 xSocket.u.xTCP.ulRemoteIP = 0xABCDEF12; in test_FreeRTOS_GetRemoteAddress_HappyPath()
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
| D | FreeRTOS_IP_Private.h | 540 uint32_t ulRemoteIP; /**< IP address of remote machine */ member 717 uint32_t ulRemoteIP,
|