Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c282 sock = SockApiGetAndCheck(sockIndex); in SocketGetForDataTrans()
837 sock = SockApiGetAndCheck(sockIndex); in SockApiGetAndCheckListenState()
916 struct FtSocket *sock = SockApiGetAndCheck(sockFd); in SockAcceptGetAndCheck()
1186 struct FtSocket *sock = SockApiGetAndCheck(sockIndex); in SockShutdown()
1300 struct FtSocket *sock = SockApiGetAndCheck(sockFd); in SockGetRtt()
1320 struct FtSocket *sock = SockApiGetAndCheck(sockIndex); in SockConnect()
1443 sock = SockApiGetAndCheck(s); in SockFcntl()
1491 sock = SockApiGetAndCheck(s); in SockIoctlsocket()
1537 sock = SockApiGetAndCheck(sockIndex); in SockGetnameCheckParam()
1649 struct FtSocket *sock = SockApiGetAndCheck(s); in SockGetSockEvt()
[all …]
H A Dsocket_opt.c103 struct FtSocket *sock = SockApiGetAndCheck(sockIndex); in SockGetSockOpt()
312 sock = SockApiGetAndCheck(sockIndex); in SockSetSockOpt()
H A Dfillp_dfx.c489 struct FtSocket *sock = SockApiGetAndCheck(sockIndex); in FillpDumpShowSockResource()
576 sock = SockApiGetAndCheck(i); in FillpDumpShowSockList()
628 struct FtSocket *sock = SockApiGetAndCheck(sockIndex); in FillpDfxGetSock()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsocket_common.h50 struct FtSocket *SockApiGetAndCheck(int sockIdx);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c297 struct FtSocket *SockApiGetAndCheck(int sockIdx) in SockApiGetAndCheck() function