Home
last modified time | relevance | path

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 Dfillp_flow_control.h60 void FillpFcNackInput(struct FillpPcb *pcb, struct FillpPktNack *nack);
H A Dfillp.h228 struct FillpPktNack { struct
235 struct FillpPktNack nack; argument
H A Dfillp_pcb.h138 struct FillpPktNack **retryNackQueue;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c442 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 Dfillp_input.c333 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 Dfillp_flow_control.c245 void FillpFcNackInput(struct FillpPcb *pcb, struct FillpPktNack *nack) in FillpFcNackInput()
H A Dfillp_pcb.c187 …ryNackQueue = SpungeAlloc(fpcb->statistics.nack.historyNackQueueLen, sizeof(struct FillpPktNack *), in InitSimplePcbPar()