Home
last modified time | relevance | path

Searched refs:ulRemoteIP (Results 1 – 15 of 15) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_Utils.c105 …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()
DFreeRTOS_TCP_IP.c501 ( 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()
DFreeRTOS_TCP_Transmission.c142 … ( 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 …]
DFreeRTOS_TCP_State_Handling.c198 ( 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()
DFreeRTOS_Sockets.c1625 ( 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/
DFreeRTOS_TCP_Utils_utest.c92 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/
Dtcp_netstat.c106 … 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/
Dtcp_netstat.h77 uint32_t ulRemoteIP; member
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/
DTCP_IP_list_macros.h88 uint32_t ulRemoteIP,
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DTCP_IP_DiffConfig_list_macros.h88 uint32_t ulRemoteIP,
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket/
DProcessReceivedTCPPacket_harness.c58 uint32_t ulRemoteIP, in pxTCPSocketLookup() argument
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2465 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 …]
DFreeRTOS_Sockets_TCP_API_utest.c237 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()
DFreeRTOS_Sockets_GenericAPI_utest.c2836 xSocket.u.xTCP.ulRemoteIP = 0xABCDEF12; in test_FreeRTOS_GetRemoteAddress_HappyPath()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP_Private.h540 uint32_t ulRemoteIP; /**< IP address of remote machine */ member
717 uint32_t ulRemoteIP,