Searched refs:SockOsSocket (Results 1 - 14 of 14) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | spunge_core.h | 86 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 D | spunge_stack.h | 25 void SpungeDoRecvCycle(struct SockOsSocket *osSock, struct SpungeInstance *inst); 31 struct SockOsSocket *SpungeAllocSystemSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol);
|
H A D | net.h | 38 struct SockOsSocket { struct 61 struct SockOsSocket *osSocket[MAX_SPUNGEINSTANCE_NUM];
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge_message.c | 99 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 D | spunge.c | 64 void SockSetOsSocket(struct FtSocket *ftSock, struct SockOsSocket *osSock) in SockSetOsSocket()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_stack.c | 29 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 D | sysio_udp.c | 36 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 D | pcb.c | 63 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 D | net.c | 27 static void NetconnFreeOsSocket(struct SockOsSocket *osSock, struct SpungeInstance *curInst) in NetconnFreeOsSocket()
|
H A D | spunge_core.c | 50 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 D | spunge.h | 157 void SockSetOsSocket(struct FtSocket *ftSock, struct SockOsSocket *osSock);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_opt.c | 104 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockGetSockOpt() 296 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockSetSockOpt()
|
H A D | socket_app.c | 1558 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockGetsockname()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 662 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