Searched refs:verSet (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 28 FILLP_BOOL verSet; member 1105 if (flags->verSet) { in ConnectingHandleFinInput() 1195 flags->verSet = FILLP_TRUE; in FillpHandleFinFlagGet() 1200 flags->ackSet, flags->rdSet, flags->wrSet, flags->verSet); in FillpHandleFinFlagGet() 1204 …in ack:%u,peer_rd:%u,peer_wr:%u,ver:%u", flags->ackSet, flags->rdSet, flags->wrSet, flags->verSet); in FillpHandleFinFlagGet() 1772 if (flags->verSet) { in FillpSendFinBuild() 1792 …"wrSet:%u,rdSet:%u,ackSet:%u,verSet:%u", flags->wrSet, flags->rdSet, flags->ackSet, flags->verSet); in FillpSendFinInnerImpl() 1843 flags.verSet = FILLP_FALSE; in FillpSendFinInner() 1854 flags.verSet = FILLP_TRUE; in FillpSendRstWithVersionImcompatible()
|