Lines Matching refs:usLocalPort
704 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_GotNULLItem()
738 TEST_ASSERT_EQUAL( 0, xSocket.usLocalPort ); in test_vSocketBind_GotANonNULLValue()
767 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_TCPGotAProperValue()
805 TEST_ASSERT_EQUAL( FreeRTOS_ntohs( xBindAddress.sin_port ), xSocket.usLocalPort ); in test_vSocketBind_TCPGotAProperValuePortZero()
1060 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2() local
1067 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1070 xChildSocket.usLocalPort = usLocalPort + 1; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1088 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3() local
1095 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1098 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1118 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4() local
1125 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1128 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1148 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1() local
1155 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1158 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1189 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2() local
1196 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1199 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1230 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3() local
1237 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1240 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1271 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_1() local
1278 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_1()
1301 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_2() local
1308 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_2()
1311 xChildSocket.usLocalPort = usLocalPort + 1; in test_prvTCPSetSocketCount_NotListeningSock_2()
1332 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_3() local
1339 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_3()
1342 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_3()
1363 uint16_t usLocalPort = 0x1234; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath() local
1370 xSocketToDelete.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1373 xChildSocket.usLocalPort = usLocalPort; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
2472 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAMatch()
2504 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch()
2539 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch2()
2574 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAPartialMatch()