Home
last modified time | relevance | path

Searched defs:pcbFreed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c1116 FILLP_BOOL isAck, FILLP_BOOL isWr, FILLP_BOOL *pcbFreed) in FillpStateClosingHandleFinInput()
1222 static void FillpHandleFin(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, FILLP_BOOL *pcbFreed) in FillpHandleFin()
1299 void FillpFinInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, FILLP_BOOL *pcbFreed) in FillpFinInput()
H A Dfillp_input.c855 FILLP_BOOL pcbFreed = FILLP_FALSE; in FillpDoInputPktType() local