Home
last modified time | relevance | path

Searched refs:uxRemotePort (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket/
DProcessReceivedTCPPacket_harness.c57 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket_IPv6/
DProcessReceivedTCPPacket_IPv6_harness.c58 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP/
DTCP_IP_list_macros.h89 UBaseType_t uxRemotePort );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DTCP_IP_DiffConfig_list_macros.h89 UBaseType_t uxRemotePort );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2588 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_FoundAMatch() local
2595 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_FoundAMatch()
2606 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, xRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_FoundAMatch()
2623 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_NoMatch() local
2630 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_NoMatch()
2644 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, xRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch()
2661 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_NoMatch2() local
2668 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort + 1; in test_pxTCPSocketLookup_NoMatch2()
2682 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, xRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch2()
2699 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_FoundAPartialMatch() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h751 UBaseType_t uxRemotePort );
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c4878 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
4905 else if( pxSocket->u.xTCP.usRemotePort == ( uint16_t ) uxRemotePort ) in pxTCPSocketLookup()