Searched refs:lastMessageFlight (Results 1 – 4 of 4) sorted by relevance
256 dtls_FreeHandshakeMessages(&ss->ssl3.hs.lastMessageFlight); in dtls_HandleHandshake()423 dtls_FreeHandshakeMessages(&ss->ssl3.hs.lastMessageFlight); in dtls_HandleHandshake()467 PR_APPEND_LINK(&msg->link, &ss->ssl3.hs.lastMessageFlight); in dtls_QueueMessage()593 for (msg_p = PR_LIST_HEAD(&ss->ssl3.hs.lastMessageFlight); in dtls_TransmitMessageFlight()594 msg_p != &ss->ssl3.hs.lastMessageFlight; in dtls_TransmitMessageFlight()
929 PRCList lastMessageFlight; /* The last message flight we member
3179 PR_INIT_CLIST(&ss->ssl3.hs.lastMessageFlight); in ssl_NewSocket()
12306 PR_INIT_CLIST(&ss->ssl3.hs.lastMessageFlight); in ssl3_InitState()12754 dtls_FreeHandshakeMessages(&ss->ssl3.hs.lastMessageFlight); in ssl3_DestroySSL3Info()