Lines Matching refs:uxLocalPort
1750 UBaseType_t uxLocalPort; in test_pxUDPSocketLookup_NotFound() local
1754 pxReturn = pxUDPSocketLookup( uxLocalPort ); in test_pxUDPSocketLookup_NotFound()
1765 UBaseType_t uxLocalPort = 0xBCDEF; in test_pxUDPSocketLookup_FoundNULLSocket() local
1768 vpxListFindListItemWithValue_Found( &xBoundUDPSocketsList, uxLocalPort, &xListItem ); in test_pxUDPSocketLookup_FoundNULLSocket()
1772 catch_assert( pxUDPSocketLookup( uxLocalPort ) ); in test_pxUDPSocketLookup_FoundNULLSocket()
1781 UBaseType_t uxLocalPort = 0xBCDEF; in test_pxUDPSocketLookup_Found() local
1785 vpxListFindListItemWithValue_Found( &xBoundUDPSocketsList, uxLocalPort, &xListItem ); in test_pxUDPSocketLookup_Found()
1789 pxReturn = pxUDPSocketLookup( uxLocalPort ); in test_pxUDPSocketLookup_Found()
2464 UBaseType_t uxLocalPort = 0x1234; in test_pxTCPSocketLookup_FoundAMatch() local
2472 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAMatch()
2484 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_FoundAMatch()
2496 UBaseType_t uxLocalPort = 0x1234; in test_pxTCPSocketLookup_NoMatch() local
2504 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch()
2519 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch()
2531 UBaseType_t uxLocalPort = 0x1234; in test_pxTCPSocketLookup_NoMatch2() local
2539 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch2()
2554 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_NoMatch2()
2566 UBaseType_t uxLocalPort = 0x1234; in test_pxTCPSocketLookup_FoundAPartialMatch() local
2574 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAPartialMatch()
2590 pxReturn = pxTCPSocketLookup( ulLocalIP, uxLocalPort, ulRemoteIP, uxRemotePort ); in test_pxTCPSocketLookup_FoundAPartialMatch()