Searched refs:FillpPktNack (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_flow_control.h | 60 void FillpFcNackInput(struct FillpPcb *pcb, struct FillpPktNack *nack);
|
H A D | fillp.h | 228 struct FillpPktNack { struct 235 struct FillpPktNack nack; argument
|
H A D | fillp_pcb.h | 138 struct FillpPktNack **retryNackQueue;
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_common.c | 442 static void FillpSendRepaetNack(struct FillpPcb *pcb, struct FillpPktNack *nack) in FillpSendRepaetNack() 449 … (void)memcpy_s(&(nackTest.nack), sizeof(struct FillpPktNack), nack, sizeof(struct FillpPktNack)); in FillpSendRepaetNack() 474 struct FillpPktNack *nack = pcb->send.retryNackQueue[pcb->send.retryIndex]; in FillpSendNack() 477 nack = SpungeAlloc(1, sizeof(struct FillpPktNack), SPUNGE_ALLOC_TYPE_CALLOC); in FillpSendNack()
|
H A D | fillp_input.c | 333 static void FillpNackInputTrace(FILLP_CONST struct FtSocket *sock, FILLP_CONST struct FillpPktNack … in FillpNackInputTrace() 336 struct FillpPktNack tmpNack; in FillpNackInputTrace() 350 sizeof(struct FillpPktNack), sock->index, fillpTrcDesc, (FILLP_CHAR *)(&tmpNack)); in FillpNackInputTrace() 445 struct FillpPktNack *nack = &nackReq->nack; in FillpNackInput()
|
H A D | fillp_flow_control.c | 245 void FillpFcNackInput(struct FillpPcb *pcb, struct FillpPktNack *nack) in FillpFcNackInput()
|
H A D | fillp_pcb.c | 187 …ryNackQueue = SpungeAlloc(fpcb->statistics.nack.historyNackQueueLen, sizeof(struct FillpPktNack *), in InitSimplePcbPar()
|