Lines Matching refs:uxRemotePort
2466 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
2575 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort + 1; in test_pxTCPSocketLookup_FoundAPartialMatch()
2590 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_FoundAPartialMatch()