Home
last modified time | relevance | path

Searched defs:fpcb (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c131 static FILLP_INT InitSendPcbSimplePar(struct FillpPcb *fpcb) in InitSendPcbSimplePar()
180 static FILLP_INT InitSimplePcbPar(struct FillpSendPcb *pcb, struct FillpPcb *fpcb) in InitSimplePcbPar()
222 static FILLP_INT InitItemPool(struct FillpPcb *fpcb) in InitItemPool()
253 static FILLP_INT FillpInitSendpcb(struct FillpPcb *fpcb) in FillpInitSendpcb()
320 FILLP_INT FillpInitRecvpcb(struct FillpPcb *fpcb) in FillpInitRecvpcb()
402 static void FillpInitStastics(struct FillpPcb *fpcb) in FillpInitStastics()
479 static void FillpPcbRemoveRecv(struct FillpPcb *fpcb) in FillpPcbRemoveRecv()
509 void FillpPcbSendFc(struct FillpPcb *fpcb) in FillpPcbSendFc()
548 static void FillpPcbFreeSendItemArray(struct FillpPcb *fpcb) in FillpPcbFreeSendItemArray()
598 static void FillpPcbRemoveSend(struct FillpPcb *fpcb) in FillpPcbRemoveSend()
[all …]
H A Dfillp_output.c350 static FILLP_INT FillpItemRetrans(struct FillpPcbItem *item, struct FillpPcb *fpcb, struct FillpSen… in FillpItemRetrans()
374 FILLP_INT FillpSendItem(struct FillpPcbItem *item, struct FillpPcb *fpcb) in FillpSendItem()
H A Dfillp_conn.c510 struct FillpPcb *fpcb = &(newConn->pcb->fpcb); in FillpInitNewPcbByNewConn() local
921 static void FillpCheckandcopyConfirmAckAddr(struct FillpPcb *fpcb, in FillpCheckandcopyConfirmAckAddr()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c62 struct FillpPcb *fpcb = FILLP_NULL_PTR; in FillpFreeBufItem() local
H A Dspunge_core.c927 struct FillpPcb *fpcb = FILLP_NULL_PTR; in SpungeLoopCheckUnsendBox() local
1316 FILLP_INT SpungeItemRouteByToken(struct FillpPcbItem *item, struct FillpPcb *fpcb) in SpungeItemRouteByToken()
1354 struct FillpPcb *fpcb = FILLP_NULL_PTR; in SpungeClearItemWaitTokenList() local
1393 struct FillpPcb *fpcb = FILLP_NULL_PTR; in SpungeCheckItemWaitTokenList() local
1473 void SpungeTokenBucketAddFpcb(struct FillpPcb *fpcb) in SpungeTokenBucketAddFpcb()
1493 void SpungeTokenBucketDelFpcb(struct FillpPcb *fpcb) in SpungeTokenBucketDelFpcb()
H A Dpcb.c157 struct FillpPcb *fpcb = (struct FillpPcb *)pcb; in SpungePcbSendmsg() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h48 struct FillpPcb fpcb; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c296 static void SpungeStartConnRetryTimer(struct FillpPcb *fpcb, FILLP_CONST struct FtSocket *sock) in SpungeStartConnRetryTimer()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h93 void *fpcb; member