Home
last modified time | relevance | path

Searched refs:ReplyAckList (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DNetwork.c2227 while (LIST_NUM(se->ReplyAckList) >= 1) in RUDPInterruptProc()
3260 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3271 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3283 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3431 for (i = 0; i < MIN(LIST_NUM(se->ReplyAckList), RUDP_MAX_NUM_ACK); i++) in RUDPSendSegmentNow()
3433 UINT64 *seq = LIST_DATA(se->ReplyAckList, i); in RUDPSendSegmentNow()
3470 Delete(se->ReplyAckList, seq); in RUDPSendSegmentNow()
3621 ReleaseInt64List(se->ReplyAckList); in RUDPFreeSession()
3708 se->ReplyAckList = NewInt64List(true); in RUDPNewSession()
H A DNetwork.h622 LIST *ReplyAckList; // List of ACKs in response member
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DNetwork.c2495 while (LIST_NUM(se->ReplyAckList) >= 1) in RUDPInterruptProc()
3532 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3543 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3555 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3703 for (i = 0;i < MIN(LIST_NUM(se->ReplyAckList), RUDP_MAX_NUM_ACK);i++) in RUDPSendSegmentNow()
3705 UINT64 *seq = LIST_DATA(se->ReplyAckList, i); in RUDPSendSegmentNow()
3742 Delete(se->ReplyAckList, seq); in RUDPSendSegmentNow()
3893 ReleaseInt64List(se->ReplyAckList); in RUDPFreeSession()
3980 se->ReplyAckList = NewInt64List(true); in RUDPNewSession()
H A DNetwork.h729 LIST *ReplyAckList; // List of ACKs in response member
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DNetwork.c2495 while (LIST_NUM(se->ReplyAckList) >= 1) in RUDPInterruptProc()
3532 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3543 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3555 AddInt64Distinct(se->ReplyAckList, seq); in RUDPProcessRecvPayload()
3703 for (i = 0;i < MIN(LIST_NUM(se->ReplyAckList), RUDP_MAX_NUM_ACK);i++) in RUDPSendSegmentNow()
3705 UINT64 *seq = LIST_DATA(se->ReplyAckList, i); in RUDPSendSegmentNow()
3742 Delete(se->ReplyAckList, seq); in RUDPSendSegmentNow()
3893 ReleaseInt64List(se->ReplyAckList); in RUDPFreeSession()
3980 se->ReplyAckList = NewInt64List(true); in RUDPNewSession()
H A DNetwork.h728 LIST *ReplyAckList; // List of ACKs in response member