Lines Matching refs:usLocalPort
708 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_GotNULLItem()
742 TEST_ASSERT_EQUAL( 0, xSocket.usLocalPort ); in test_vSocketBind_GotANonNULLValue()
773 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_TCPGotAProperValue()
813 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_TCPGotAProperValuePortZero()
851 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_TCPv6GotAProperValue()
886 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_TCPBindAnyAddress()
1142 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2() local
1149 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1152 xChildSocket.usLocalPort = usLocalPort + 1; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1170 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3() local
1177 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1180 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1200 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4() local
1207 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1210 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1230 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1() local
1237 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1240 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1271 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2() local
1278 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1281 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1312 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3() local
1319 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1322 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1353 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_1() local
1360 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_1()
1383 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_2() local
1390 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_2()
1393 xChildSocket.usLocalPort = usLocalPort + 1; in test_prvTCPSetSocketCount_NotListeningSock_2()
1414 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_3() local
1421 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_3()
1424 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_3()
1445 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath() local
1452 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1455 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
2594 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAMatch()
2629 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch()
2667 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch2()
2705 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAPartialMatch()
2745 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_IPv6Match()