Home
last modified time | relevance | path

Searched refs:unsendNode (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c58 struct HlistNode *unsendNode = HLIST_FIRST(&sendPcb->unSendList); in FillpGetSendItem() local
59 if (unsendNode == FILLP_NULL_PTR) { in FillpGetSendItem()
62 item = FillpPcbUnsendNodeEntry(unsendNode); in FillpGetSendItem()
63 HlistDelete(&sendPcb->unSendList, unsendNode); in FillpGetSendItem()
H A Dfillp_pcb.c537 HlistAddTail(&fpcb->send.unSendList, &item[i]->unsendNode); in FillpPcbSend()
567 HlistDelete(&pcb->unSendList, &item->unsendNode); in FillpPcbFreeSendItemArray()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h89 struct HlistNode unsendNode; member
124 return (struct FillpPcbItem *)((char *)(node) - (uintptr_t)(&(((struct FillpPcbItem *)0)->unsendNode))); in FillpPcbUnsendNodeEntry()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c943 HlistAddTail(&fpcb->send.unSendList, &item[j]->unsendNode); in SpungeLoopCheckUnsendBox()

Completed in 6 milliseconds