Home
last modified time | relevance | path

Searched defs:sockIndex (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config_in.c318 FILLP_INT sockIndex) in FtAppConfigSetTxBurst()
336 FILLP_INT sockIndex) in FtAppConfigSetSendCache()
363 FILLP_INT sockIndex) in FtAppConfigSetRecvCache()
390 FILLP_INT sockIndex) in FtAppSetMaxServerSendCache()
408 FILLP_INT sockIndex) in FtAppSetMaxServeRecvCache()
427 FILLP_INT sockIndex) in FtAppConfigSetOppositeSetRate()
458 FILLP_INT sockIndex) in FtAppConfigSetPktSize()
498 FILLP_INT sockIndex, in FtAppConfigSetSendBufSize()
533 FILLP_INT sockIndex, in FtAppConfigSetRecvBufSize()
568 FILLP_INT sockIndex) in FtAppConfigSetSlowStart()
[all …]
H A Dfillp_stack_app_config.c22 …FILLP_INT FillpValidateSockAllocStateWithRdwaitAcquired(struct FtSocket *sock, FILLP_INT sockIndex) in FillpValidateSockAllocStateWithRdwaitAcquired()
33 …ic FILLP_INT FtGetRightAppResourceByIndex(struct GlobalAppResource **resource, FILLP_INT sockIndex) in FtGetRightAppResourceByIndex()
62 …tic FILLP_INT32 FtCheckCofigPar(FILLP_CONST FillpAppGlobalConfigsSt *resource, FILLP_INT sockIndex) in FtCheckCofigPar()
126 …32 FtAppInitConfigSet(IN FILLP_CONST FillpAppGlobalConfigsSt *globalConfig, IN FILLP_INT sockIndex) in FtAppInitConfigSet()
214 FILLP_INT32 FtAppInitConfigGet(IO FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT sockIndex) in FtAppInitConfigGet()
245 …LP_INT32 FtInnerValidateAppConfigSet(FILLP_UINT32 name, struct FtSocket *sock, FILLP_INT sockIndex) in FtInnerValidateAppConfigSet()
278 FILLP_INT sockIndex; in FtSetConfigApp() local
463 FILLP_INT sockIndex; in FtGetConfigApp() local
H A Dsocket_app.c277 static struct FtSocket *SocketGetForDataTrans(FILLP_INT sockIndex, FILLP_INT flags) in SocketGetForDataTrans()
516 FILLP_INT SockSendmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags) in SockSendmsg()
728 FILLP_INT SockRecvmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags) in SockRecvmsg()
783 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockWritev()
804 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockReadv()
866 FillpErrorType SockListen(FILLP_INT sockIndex, FILLP_INT backLog) in SockListen()
1092 FillpErrorType SockClose(FILLP_INT sockIndex) in SockClose()
1166 static FILLP_INT SockCheckCanShutdown(struct FtSocket *sock, FILLP_INT sockIndex) in SockCheckCanShutdown()
1184 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how) in SockShutdown()
1555 FILLP_INT SockGetsockname(FILLP_INT sockIndex, struct sockaddr *name, socklen_t *nameLen) in SockGetsockname()
[all …]
H A Dsocket_opt.c97 FILLP_INT sockIndex, in SockGetSockOpt()
289 FILLP_INT sockIndex, in SockSetSockOpt()
H A Dfillp_dfx.c448 static FILLP_INT32 DoShowSockConfigRes(FILLP_INT sockIndex, FILLP_CONST struct GlobalAppResource *r… in DoShowSockConfigRes()
479 static inline FILLP_INT DumpInvalidSock(FILLP_INT sockIndex, FILLP_CHAR *data, FILLP_UINT32 *len) in DumpInvalidSock()
485 static FILLP_INT FillpDumpShowSockResource(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dum… in FillpDumpShowSockResource()
625 static struct FtSocket *FillpDfxGetSock(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, in FillpDfxGetSock()
643 static FILLP_INT FillpDumpShowSockData(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, in FillpDumpShowSockData()
662 static FILLP_INT FillpDumpShowSockQos(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowSockQos()
677 static FILLP_INT FillpDumpShowFrameStats(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowFrameStats()
H A Dapi.c466 FILLP_INT sockIndex = (traceObj != FILLP_CONFIG_ALL_SOCKET) ? traceObj : 0; in FtStartStopTrace() local
823 FILLP_INT sockIndex; in FillpDebugCmdSocketConfigRes() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_mgt_msg_log.c67 void FillpPktSimpleLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktHead *hdrInput, FILLP_INT di… in FillpPktSimpleLog()
79 void FillpConnReqLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktConnReq *req, FILLP_INT direct… in FillpConnReqLog()
199 void FillpConnReqAckRxLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktHead *hdr, in FillpConnReqAckRxLog()
212 void FillpConnReqAckTxLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktConnReqAck *ack, in FillpConnReqAckTxLog()
227 void FillpConnConfirmRxLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktConnConfirm *confirm, in FillpConnConfirmRxLog()
251 void FillpConnConfirmTxLog(FILLP_INT sockIndex, FILLP_CONST FILLP_UCHAR *data, FILLP_INT dataLen, in FillpConnConfirmTxLog()
292 void FillpConnConfirmAckLog(FILLP_INT sockIndex, in FillpConnConfirmAckLog()
313 void FillpConnFinLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktFin *fin, FILLP_INT direction) in FillpConnFinLog()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c277 struct FtSocket *SockGetSocket(FILLP_INT sockIndex) in SockGetSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h236 FILLP_INT sockIndex; member