Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/
DTCP_IP_list_macros.h89 UBaseType_t uxRemotePort );
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DTCP_IP_DiffConfig_list_macros.h89 UBaseType_t uxRemotePort );
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/parsing/ProcessReceivedTCPPacket/
DProcessReceivedTCPPacket_harness.c59 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2466 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_FoundAMatch() local
2473 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_FoundAMatch()
2484 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_FoundAMatch()
2498 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_NoMatch() local
2505 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_NoMatch()
2519 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch()
2533 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_NoMatch2() local
2540 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort + 1; in test_pxTCPSocketLookup_NoMatch2()
2554 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch2()
2568 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_FoundAPartialMatch() local
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP_Private.h718 UBaseType_t uxRemotePort );
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c4087 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
4114 …else if( ( pxSocket->u.xTCP.usRemotePort == ( uint16_t ) uxRemotePort ) && ( pxSocket->u.xTCP.ulRe… in pxTCPSocketLookup()