Searched defs:osSock (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/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() local 142 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeListenMsgCheckState() local 187 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgListen() local 260 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeConnMsgGetSock() local 309 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgConnect() local 371 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeBindMsgCheckState() local 419 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgBind() local 698 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgSetSendBuf() local 732 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeHandleMsgSetRecvBuf() local
|
H A D | spunge.c | 64 void SockSetOsSocket(struct FtSocket *ftSock, struct SockOsSocket *osSock) in SockSetOsSocket()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_stack.c | 32 struct SockOsSocket *osSock; in SpungeAllocSystemSocket() local 243 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); in SpungeCloseCBSocket() local 279 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); in SpungeFreeSock() local 455 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungeSendConnectMsg() local
|
H A D | pcb.c | 63 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(conn, SPUNGE_GET_CUR_INSTANCE()->instIndex); in SpungePcbSend() local 156 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungePcbSendmsg() local 296 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SpungePcbRemove() local
|
H A D | sysio_udp.c | 230 struct SockOsSocket *osSock = (struct SockOsSocket *)sock; in SysioFetchPacketUdp() local 488 FILLP_CONST struct SockOsSocket *osSock) in SysioGetListenSocketByOssock() 512 FILLP_CONST struct SockOsSocket *osSock, in SysioGetPcbFromRemoteaddrUdp()
|
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() local
|
/ohos5.0/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() local 296 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockSetSockOpt() local
|
H A D | socket_app.c | 1558 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockGetsockname() local
|
/ohos5.0/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() local 1075 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); in FillpConnConfirmAckInput() local
|