/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | socket_app.h | 38 FillpErrorType SockConnect(FILLP_INT sockIndex, FILLP_CONST struct sockaddr *name, socklen_t nameLe… 40 FillpErrorType SockBind(FILLP_INT sockIndex, FILLP_CONST struct sockaddr *name, FILLP_UINT32 nameLe… 46 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount); 47 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount); 50 FillpErrorType SockListen(FILLP_INT sockIndex, FILLP_INT backLog); 51 FillpErrorType SockAccept(FILLP_INT fd, struct sockaddr *addr, socklen_t *addrLen); 53 FillpErrorType SockClose(FILLP_INT sockIndex); 54 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 711 staic FillpErrorType FillpAdaptSysArchRwsemInit(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemInit() 726 static FillpErrorType FillpAdaptSysArchRwsemTryrdwait(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemTryrdwait() 745 static FillpErrorType FillpAdaptSysArchRwsemRdPost(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemRdPost() 759 static FillpErrorType FillpAdaptSysArchRwsemTrywrwait(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemTrywrwait() 768 static FillpErrorType FillpAdaptSysArchRwsemWrPost(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemWrPost() 774 static FillpErrorType FillpAdaptSysArchRwsemDestroy(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemDestroy() 812 static FillpErrorType FillpAdaptSysArchRwsemInit(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemInit() 818 static FillpErrorType FillpAdaptSysArchRwsemTryrdwait(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemTryrdwait() 850 static FillpErrorType FillpAdaptSysArchRwsemRdPost(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemRdPost() 863 static FillpErrorType FillpAdaptSysArchRwsemWrPost(SYS_ARCH_RW_SEM *sem) in FillpAdaptSysArchRwsemWrPost() [all …]
|
H A D | lf_ring.c | 131 FillpErrorType FillpLfRingMpEnqueue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) in FillpLfRingMpEnqueue() 178 return (FillpErrorType)ret; in FillpLfRingMpEnqueue()
|
H A D | spunge_message.c | 27 FillpErrorType SpungePostMsg(struct SpungeInstance *inst, void *value, FILLP_INT type, FILLP_BOOL b… in SpungePostMsg() 30 FillpErrorType err; in SpungePostMsg() 256 FillpErrorType err; in SpungeConnMsgGetSock() 423 FillpErrorType err; in SpungeHandleMsgBind()
|
H A D | socket_common.c | 174 FillpErrorType ret; in SpungeInitSocket()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_app.c | 25 static void SockSetError(struct FtSocket *sock, FillpErrorType err) in SockSetError() 110 FillpErrorType err; in SockSocket() 866 FillpErrorType SockListen(FILLP_INT sockIndex, FILLP_INT backLog) in SockListen() 869 FillpErrorType err; in SockListen() 1041 FillpErrorType err; in SockAccept() 1092 FillpErrorType SockClose(FILLP_INT sockIndex) in SockClose() 1184 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how) in SockShutdown() 1239 static FillpErrorType SockBindConnectValidateParams(struct FtSocket *sock, in SockBindConnectValidateParams() 1323 FillpErrorType err; in SockConnect() 1559 FillpErrorType err = ERR_OK; in SockGetsockname() [all …]
|
H A D | fillp_stack_app_config_in.c | 247 … FillpErrorType ret = SpungePostMsg(sock->inst, (void *)sock, MSG_TYPE_SET_KEEP_ALIVE, FILLP_TRUE); in FtAppSetKeepAliveTime() 502 FillpErrorType ret; in FtAppConfigSetSendBufSize() 537 FillpErrorType ret; in FtAppConfigSetRecvBufSize() 708 FillpErrorType ret; in FtAppConfigSetEnableNackDelay() 739 FillpErrorType ret; in FtAppConfigSetNackDelayTimeout()
|
H A D | socket_opt.c | 105 FillpErrorType err = ERR_OK; in SockGetSockOpt() 297 FillpErrorType err = -1; in SockSetSockOpt()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | sha256.c | 119 FillpErrorType err = memcpy_s(hash, sizeof(hash), ctx->hash, sizeof(ctx->hash)); in FillpSha256Compile() 172 FillpErrorType err = memcpy_s(ctx->hash, sizeof(ctx->hash), g_i256, sizeof(g_i256)); in FillpSha256Set() 184 FillpErrorType err; in FillpSha256Upd()
|
H A D | hmac.c | 101 FillpErrorType err = memcpy_s(keyIpad, klen, key, klen); in FillpHmacSha256Init()
|
H A D | spunge_stack.c | 128 FillpErrorType ret; in SpungeIncFreeCntPostEagain() 259 FillpErrorType ret = SYS_ARCH_RWSEM_TRYWRWAIT(&sock->sockConnSem); in SpungeFreeSock()
|
H A D | pcb.c | 36 …FillpErrorType err = FillpQueuePush(conn->pcb->fpcb.recv.recvBox, buf, FILLP_TRUE, (FILLP_UINT)cou… in SpungePcbRecv()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | lf_ring.h | 99 FillpErrorType FillpLfRingMpEnqueue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count);
|
H A D | spunge_message.h | 90 FillpErrorType SpungePostMsg(struct SpungeInstance *inst, void *value, FILLP_INT type, FILLP_BOOL b…
|
H A D | queue.h | 36 static __inline FillpErrorType FillpQueuePush(FillpQueue *q, void **msg, FILLP_INT isTryPush, FILLP… in FillpQueuePush()
|
H A D | utils.h | 120 FillpErrorType err; in UtilsAddrCopy()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_output.c | 203 FillpErrorType err; in FillpBuildTimestamp() 290 static FillpErrorType FillpAddtoListBySeqNum(struct Hlist *list, struct FillpPcbItem *item) in FillpAddtoListBySeqNum() 326 static FillpErrorType FillpAddToUnackList(struct FillpPcb *pcb, struct FillpPcbItem *item) in FillpAddToUnackList()
|
H A D | fillp_conn.c | 170 …FillpErrorType err = memcpy_s(buf, (FILLP_UINT32)bufLen - FILLP_ONE_EXT_PARA_LENGTH, paraValue, pa… in FillpEncodeExtPara() 597 …FillpErrorType err = memcpy_s(&newConn->pcb->localAddr, sizeof(newConn->pcb->localAddr), localAddr, in FillpInitNewConnByConfirm() 668 …FillpErrorType err = osSock->ioSock->ops->handlePacket(FILLP_PKT_TYPE_CONN_CONFIRM, (void *)osSock… in FillpProcessConnConfirm() 1902 …FillpErrorType err = memcpy_s(&stateCookie->remoteSockIpv6Addr, sizeof(stateCookie->remoteSockIpv6… in FillpGenerateCookie() 1952 …FillpErrorType err = memcpy_s(&cookieCal, sizeof(cookieCal), stateCookie, sizeof(FillpCookieConten… in FillpValidateCookieHmac()
|
H A D | fillp_input.c | 231 … FillpErrorType err = memcpy_s(pcbBuf->buf.p, (FILLP_UINT32)(pcb->pktSize + FILLP_HLEN), buf->p, in ProcessPcbItem()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 133 typedef FILLP_INT FillpErrorType; typedef
|