Searched refs:uxRemotePort (Results 1 – 6 of 6) sorted by relevance
89 UBaseType_t uxRemotePort );
59 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
2466 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_FoundAMatch() local2473 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() local2505 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() local2540 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 …]
718 UBaseType_t uxRemotePort );
4087 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument4114 …else if( ( pxSocket->u.xTCP.usRemotePort == ( uint16_t ) uxRemotePort ) && ( pxSocket->u.xTCP.ulRe… in pxTCPSocketLookup()