Lines Matching refs:eTCPState

119     xGlobalSocket.u.xTCP.eTCPState = eESTABLISHED;  in xStubForEventGroupWaitBits()
1021 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNoChildren()
1040 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1042 xChildSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1066 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1069 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1094 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1097 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1124 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1127 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1154 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1157 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1195 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1198 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1236 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1239 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1277 xSocketToDelete.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_NotListeningSock_1()
1280 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_NotListeningSock_1()
1307 xSocketToDelete.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_NotListeningSock_2()
1310 xChildSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_NotListeningSock_2()
1338 xSocketToDelete.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_NotListeningSock_3()
1341 xChildSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_NotListeningSock_3()
1369 xSocketToDelete.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1372 xChildSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1927 xSocket.u.xTCP.eTCPState = eCLOSED; in test_bMayConnect()
1931 xSocket.u.xTCP.eTCPState = eCLOSE_WAIT; in test_bMayConnect()
1935 xSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_bMayConnect()
1939 xSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_bMayConnect()
1943 xSocket.u.xTCP.eTCPState = eSYN_FIRST; in test_bMayConnect()
1947 xSocket.u.xTCP.eTCPState = eSYN_RECEIVED; in test_bMayConnect()
1951 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_bMayConnect()
1955 xSocket.u.xTCP.eTCPState = eFIN_WAIT_1; in test_bMayConnect()
1959 xSocket.u.xTCP.eTCPState = eFIN_WAIT_2; in test_bMayConnect()
1963 xSocket.u.xTCP.eTCPState = eCLOSING; in test_bMayConnect()
1967 xSocket.u.xTCP.eTCPState = eLAST_ACK; in test_bMayConnect()
1971 xSocket.u.xTCP.eTCPState = eTIME_WAIT; in test_bMayConnect()
2023 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_prvTCPConnectStart_SocketAlreadyConnected()
2113 xSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPConnectStart_SocketNotBound_Failure2()
2145 xSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPConnectStart_SocketBound_Failure()
2192 xSocket.u.xTCP.eTCPState = array[ i ]; in test_prvTCPSendCheck_InvalidValues()
2199 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_prvTCPSendCheck_InvalidValues()
2206 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_prvTCPSendCheck_InvalidValues()
2214 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_prvTCPSendCheck_InvalidValues()
2226 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_prvTCPSendCheck_InvalidValues()
2240 xSocket.u.xTCP.eTCPState = eESTABLISHED; in test_prvTCPSendCheck_InvalidValues()
2577 xMatchingSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_pxTCPSocketLookup_FoundAPartialMatch()