Searched defs:osSock (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge.c | 64 void SockSetOsSocket(struct FtSocket *ftSock, struct SockOsSocket *osSock) in SockSetOsSocket() argument
|
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; SpungeConnMsgGetSock() local 309 struct SockOsSocket *osSock = FILLP_NULL_PTR; SpungeHandleMsgConnect() local 371 struct SockOsSocket *osSock = FILLP_NULL_PTR; SpungeBindMsgCheckState() local 419 struct SockOsSocket *osSock = FILLP_NULL_PTR; SpungeHandleMsgBind() local 698 struct SockOsSocket *osSock = FILLP_NULL_PTR; SpungeHandleMsgSetSendBuf() local 732 struct SockOsSocket *osSock = FILLP_NULL_PTR; SpungeHandleMsgSetRecvBuf() local [all...] |
/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 [all...] |
H A D | socket_app.c | 1558 struct SockOsSocket *osSock = FILLP_NULL_PTR; in SockGetsockname() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | net.c | 27 static void NetconnFreeOsSocket(struct SockOsSocket *osSock, struct SpungeInstance *curInst) in NetconnFreeOsSocket() argument
|
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); SpungeCloseCBSocket() local 279 struct SockOsSocket *osSock = NETCONN_GET_OSSOCK(sock->netconn, sock->inst->instIndex); SpungeFreeSock() local 455 struct SockOsSocket *osSock = FILLP_NULL_PTR; SpungeSendConnectMsg() local [all...] |
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 [all...] |
H A D | sysio_udp.c | 230 struct SockOsSocket *osSock = (struct SockOsSocket *)sock; in SysioFetchPacketUdp() local 487 SysioGetListenSocketByOssock( FILLP_CONST struct SockOsSocket *osSock) SysioGetListenSocketByOssock() argument 510 SysioGetPcbFromRemoteaddrUdp( struct sockaddr *addr, FILLP_CONST struct SockOsSocket *osSock, FILLP_CONST struct Hlist *list) SysioGetPcbFromRemoteaddrUdp() argument
|
H A D | spunge_core.c | 50 void SpungeDoRecvCycle(struct SockOsSocket *osSock, struct SpungeInstance *inst) in SpungeDoRecvCycle() argument 1538 struct SockOsSocket *osSock = SockOsListEntry(osSockNode); in SpinstLoopRecv() local
|
/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 [all...] |
Completed in 11 milliseconds