Home
last modified time | relevance | path

Searched refs:osSocket (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c165 if (conn->osSocket[i] != FILLP_NULL_PTR) { in FillpNetconnDestroy()
166 NetconnFreeOsSocket(conn->osSocket[i], SPUNGE_GET_CUR_INSTANCE()); in FillpNetconnDestroy()
167 conn->osSocket[i] = FILLP_NULL_PTR; in FillpNetconnDestroy()
H A Dsysio_udp.c501 if (osSock == sock->netconn->osSocket[instIndex]) { in SysioGetListenSocketByOssock()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h61 struct SockOsSocket *osSocket[MAX_SPUNGEINSTANCE_NUM]; member
90 #define NETCONN_GET_OSSOCK(_conn, _instIdx) ((_conn)->osSocket[(_instIdx)])
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge.c66 ftSock->netconn->osSocket[SPUNGE_GET_CUR_INSTANCE()->instIndex] = osSock; in SockSetOsSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c672 newConn->osSocket[SPUNGE_GET_CUR_INSTANCE()->instIndex] = osSock; in FillpProcessConnConfirm()