Home
last modified time | relevance | path

Searched refs:NetBuf (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h87 struct NetBuf buf; /* Data -- This has to be the first node in the structure. */
127 static __inline struct NetBuf *FillpPcbNetbufNodeEntry(char *p) in FillpPcbNetbufNodeEntry()
129 return (struct NetBuf *)((char *)(p) - (uintptr_t)(&(((struct NetBuf *)0)->p))); in FillpPcbNetbufNodeEntry()
433 void FillpConnReqInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p);
434 void FillpConnReqAckInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p);
435 void FillpConnConnectionEstFailure(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p);
436 void FillpConnConfirmAckInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p);
438 void FillpFinInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, FILLP_BOOL *pcbFreed);
H A Dfillp_input.h25 void FillpDoInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h118 struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p);
121 void FillpConnConfirmInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct SpungeInstance *inst);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dopt.h32 struct NetBuf { struct
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c232 struct NetBuf *netbuf = (struct NetBuf *)buf; in SysioFetchPacketUdp()
473 struct NetBuf *sendBuf = (struct NetBuf *)argBuf; in SysioSendPacketUdp()
H A Dspunge_core.c53 struct NetBuf buf; in SpungeDoRecvCycle()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c221 static void ProcessPcbItem(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct FillpPcbItem *pcbBuf) in ProcessPcbItem()
259 static void FillpHdlDataInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf) in FillpHdlDataInput()
298 static int FillpCheckNackPacket(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpCheckNackPacket()
433 static void FillpNackInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpNackInput()
490 static FILLP_BOOL FillpCheckPackInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpCheckPackInput()
741 static void FillpPackInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpPackInput()
792 static void FillpHdlConnect(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst, in FillpHdlConnect()
840 static void FillpDoInputPktType(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst, in FillpDoInputPktType()
873 void FillpDoInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst) in FillpDoInput()
H A Dfillp_conn.c91 void FillpConnReqInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpConnReqInput()
318 static FILLP_INT32 FillpConnReqAckClientBuild(FILLP_CHAR *buf, FILLP_INT32 *len, FILLP_CONST struct NetBuf *p, in FillpConnReqAckClientBuild()
371 static FILLP_INT32 FillpDecodeConnReqAckClientPara(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, in FillpDecodeConnReqAckClientPara()
427 void FillpConnReqAckInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpConnReqAckInput()
560 FILLP_CONST struct FillpPktConnConfirm *confirm, FILLP_CONST struct FtNetconn *conn, FILLP_CONST struct NetBuf *p) in FillpInitNewConnByConfirm()
631 static void FillpProcessConnConfirm(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, in FillpProcessConnConfirm()
748 void FillpConnConfirmInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct SpungeInstance *inst) in FillpConnConfirmInput()
812 FILLP_CONST struct NetBuf *p) in FillpHandleConnConfirmAckInput()
891 void FillpConnConnectionEstFailure(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) in FillpConnConnectionEstFailure()
970 static FILLP_BOOL FillpCheckConfirmAckPar(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *
[all...]
H A Dfillp_output.c239 struct NetBuf *sendBuf; in FillpBuildDataPkt()

Completed in 9 milliseconds