Searched refs:uxRemotePort (Results 1 – 7 of 7) sorted by relevance
57 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
58 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument
89 UBaseType_t uxRemotePort );
2588 UBaseType_t uxRemotePort = 0x4567; in test_pxTCPSocketLookup_FoundAMatch() local2595 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() local2630 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() local2668 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 …]
751 UBaseType_t uxRemotePort );
4878 UBaseType_t uxRemotePort ) in pxTCPSocketLookup() argument4905 else if( pxSocket->u.xTCP.usRemotePort == ( uint16_t ) uxRemotePort ) in pxTCPSocketLookup()