Home
last modified time | relevance | path

Searched refs:SockOsSocket (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_core.h86 static __inline struct SockOsSocket *SockOsListEntry(struct HlistNode *node) in SockOsListEntry()
88 return (struct SockOsSocket *)((char *)(node) - (uintptr_t)(&(((struct SockOsSocket *)0)->osListNode))); in SockOsListEntry()
H A Dspunge_stack.h25 void SpungeDoRecvCycle(struct SockOsSocket *osSock, struct SpungeInstance *inst);
31 struct SockOsSocket *SpungeAllocSystemSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol);
H A Dnet.h38 struct SockOsSocket { struct
61 struct SockOsSocket *osSocket[MAX_SPUNGEINSTANCE_NUM];
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c99 struct SockOsSocket *osSock = SpungeAllocSystemSocket(msg->domain, msg->type, msg->protocol); in SpungeHandleMsgAllocSock()
139 struct FtSocket **pSock, struct SockOsSocket **pOsSock) in SpungeListenMsgCheckState()
142 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeListenMsgCheckState()
187 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgListen()
254 static FILLP_INT SpungeConnMsgGetSock(void *value, struct FtSocket **pSock, struct SockOsSocket **pOsSock) in SpungeConnMsgGetSock()
260 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeConnMsgGetSock()
309 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgConnect()
368 static FILLP_INT SpungeBindMsgCheckState(struct FtSocket *sock, struct SockOsSocket **pOsSock, in SpungeBindMsgCheckState()
371 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeBindMsgCheckState()
419 struct SockOsSocket *osSoc in SpungeHandleMsgBind()
[all...]
H A Dspunge.c64 void SockSetOsSocket(struct FtSocket *ftSock, struct SockOsSocket *osSock) in SockSetOsSocket()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c29 struct SockOsSocket *SpungeAllocSystemSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol) in SpungeAllocSystemSocket()
32 struct SockOsSocket *osSock; in SpungeAllocSystemSocket()
34 osSock = (struct SockOsSocket *)SpungeAlloc(1, sizeof(struct SockOsSocket), SPUNGE_ALLOC_TYPE_CALLOC); in SpungeAllocSystemSocket()
243 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); in SpungeCloseCBSocket()
279 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); in SpungeFreeSock()
455 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeSendConnectMsg()
H A Dsysio_udp.c36 FILLP_CONST struct SockOsSocket *osSock,
230 struct SockOsSocket *osSock = (struct SockOsSocket *)sock; in SysioFetchPacketUdp()
488 FILLP_CONST struct SockOsSocket *osSock) in SysioGetListenSocketByOssock()
512 FILLP_CONST struct SockOsSocket *osSock, in SysioGetPcbFromRemoteaddrUdp()
H A Dpcb.c63 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(conn, SPUNGE_GET_CUR_INSTANCE()->instIndex); in SpungePcbSend()
156 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungePcbSendmsg()
296 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungePcbRemove()
H A Dnet.c27 static void NetconnFreeOsSocket(struct SockOsSocket *osSock, struct SpungeInstance *curInst) in NetconnFreeOsSocket()
H A Dspunge_core.c50 void SpungeDoRecvCycle(struct SockOsSocket *osSock, struct SpungeInstance *inst) in SpungeDoRecvCycle()
1538 struct SockOsSocket *osSock = SockOsListEntry(osSockNode); in SpinstLoopRecv()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h157 void SockSetOsSocket(struct FtSocket *ftSock, struct SockOsSocket *osSock);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c104 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockGetSockOpt()
296 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockSetSockOpt()
H A Dsocket_app.c1558 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockGetsockname()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c662 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(conn, SPUNGE_GET_CUR_INSTANCE()->instIndex); in FillpProcessConnConfirm()
1075 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); in FillpConnConfirmAckInput()

Completed in 13 milliseconds