Home
last modified time | relevance | path

Searched refs:FILLP_FALSE (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc.h140 #define FILLP_ADHOC_PACK_ENABLE FILLP_FALSE
227 #define FILLP_DEFAULT_PACK_RETRY_NACK FILLP_FALSE
268 #define FILLP_DEFAULT_BOUT_OF_ORDER_CACHE_FEATURE FILLP_FALSE
280 #define FILLP_DEFAULT_MMSG_SUPPORT FILLP_FALSE
340 #define FILLP_DEFAULT_CONST_RATE_ENABLE FILLP_FALSE
445 #define FILLP_DEFAULT_DAT_OPT_TIMESTAMP_ENABLE FILLP_FALSE
537 #define FILLP_DEFAULT_DESTROY_STACK_WITHOUT_WAIT_SOCKET_CLOSE FILLP_FALSE
H A Dpdt_fc_miracast.h49 #define FILLP_DEFAULT_BFULL_CPU FILLP_FALSE
53 #define FILLP_DEFAULT_ENLARGE_PACK_INTERVAL FILLP_FALSE
59 #define FILLP_DELAY_NACK_ENABLE FILLP_FALSE
H A Dutils.h87 return FILLP_FALSE; in UtilsIpv6AddrMatch()
108 return FILLP_FALSE; in UtilsAddrMatch()
H A Dpdt_fc_ut.h61 #define FILLP_DEFAULT_BFULL_CPU FILLP_FALSE
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c34 FILLP_INT g_gsoSupport = FILLP_FALSE;
57 return FILLP_FALSE; in SendUdpSegment()
77 return (err == (IOV_CNT * CFG_MSS)) ? FILLP_TRUE : FILLP_FALSE; in SendUdpSegment()
101 static FILLP_BOOL chked = FILLP_FALSE; in CheckGSOSupport()
107 if (chked != FILLP_FALSE) { in CheckGSOSupport()
H A Dfillp_os.c38 FILLP_FALSE, /* funcTrace */
39 FILLP_FALSE, /* reserve */
41 FILLP_FALSE, /* padd */
H A Dsocket_common.c168 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SockFreeSocket()
325 return FILLP_FALSE; in SockCanSendData()
331 return FILLP_FALSE; in SockCanSendData()
340 return FILLP_FALSE; in SockCanRecvData()
347 return FILLP_FALSE; in SockCanRecvData()
H A Ddympool.c52 pool->currentSize = DympAskMoreMemory(pool, initSize, FILLP_FALSE); in DympCreatePool()
160 (void)FillpQueuePush(item->mp, (void *)&item, FILLP_FALSE, 1); in DympExpandMemory()
241 if (FillpQueuePush(item->mp, (void *)&item, FILLP_FALSE, 1) != ERR_OK) { in DympFree()
H A Dspunge_message.c37 err = DympAlloc(inst->msgPool, (void **)&msg, FILLP_FALSE); in SpungePostMsg()
48 err = FillpQueuePush(inst->msgBox, (void *)&msg, FILLP_FALSE, 1); in SpungePostMsg()
550 FILLP_INT writeShut = FILLP_FALSE; in SpungeHandleMsgDoShutdown()
551 FILLP_INT readShut = FILLP_FALSE; in SpungeHandleMsgDoShutdown()
581 if ((writeShut == FILLP_FALSE) && (readShut == FILLP_FALSE)) { in SpungeHandleMsgDoShutdown()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c67 sock->isListenSock = FILLP_FALSE; in SpungeInitSocket()
68 sock->traceFlag = FILLP_FALSE; in SpungeInitSocket()
69 sock->isSockBind = FILLP_FALSE; in SpungeInitSocket()
70 SockSetNonblocking(sock, FILLP_FALSE); in SpungeInitSocket()
H A Dapi.c36 FILLP_FALSE,
39 FILLP_FALSE,
40 FILLP_FALSE,
41 FILLP_FALSE
46 FILLP_FALSE,
47 FILLP_FALSE,
48 FILLP_FALSE,
49 FILLP_FALSE
406 g_traceInfo.cmdTraceFlag = FILLP_FALSE; in FtInnerStopTrace()
421 g_traceInfo.cmdTraceFlag = FILLP_FALSE; in FtInnerStopTrace()
[all …]
H A Dfillp_stack_app_config_in.c47 (globalResource->flowControl.slowStart != FILLP_FALSE)) { in FtAppValidateFlowConfig()
53 (globalResource->flowControl.constRateEnbale != FILLP_FALSE)) { in FtAppValidateFlowConfig()
120 (globalResource->common.enableNackDelay != FILLP_FALSE)) { in FtAppValidateCommParams()
573 if ((val == FILLP_FALSE) || (val == FILLP_TRUE)) { in FtAppConfigSetSlowStart()
623 if ((val != FILLP_FALSE) && (val != FILLP_TRUE)) { in FtAppConfigSetConstRate()
663 if ((configValue != FILLP_TRUE) && (configValue != FILLP_FALSE)) { in FtAppEnlargePackInterval()
711 if ((configValue != FILLP_TRUE) && (configValue != FILLP_FALSE)) { in FtAppConfigSetEnableNackDelay()
H A Dfillp_stack_app_config.c65 (g_spunge->hasInited == FILLP_FALSE))) { in FtCheckCofigPar()
221 (g_spunge->hasInited == FILLP_FALSE))) { in FtAppInitConfigGet()
290 if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE)) { in FtSetConfigApp()
473 if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE)) { in FtGetConfigApp()
H A Depoll_app.c125 FILLP_INT ret = DympAlloc(g_spunge->epitemPool, (void **)&epi, FILLP_FALSE); in EpollMallocEpitem()
399 FILLP_INT ret = DympAlloc(g_spunge->eventpollPool, (void **)&ep, FILLP_FALSE); in EpollMallocEventpoll()
857 sock->isListenSock = FILLP_FALSE; in SpungeEpollCreate()
858 sock->isSockBind = FILLP_FALSE; in SpungeEpollCreate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c133 …t = SpungePostMsg(SPUNGE_GET_CUR_INSTANCE(), (void *)sock, MSG_TYPE_FREE_SOCK_EAGAIN, FILLP_FALSE); in SpungeIncFreeCntPostEagain()
209 …t = SpungePostMsg(SPUNGE_GET_CUR_INSTANCE(), (void *)sock, MSG_TYPE_FREE_SOCK_EAGAIN, FILLP_FALSE); in SpungEpollClose()
234 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SpungEpollClose()
239 if ((FILLP_SOCKETCLOSE_CBK != FILLP_NULL_PTR) && (sock->isListenSock == FILLP_FALSE) && in SpungeCloseCBSocket()
295 sock->isListenSock = FILLP_FALSE; in SpungeFreeSock()
301 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SpungeFreeSock()
368 return FILLP_FALSE; in SpungeConnCheckUnsendBoxEmpty()
426 if ((sock->lingering == FILLP_FALSE) && (sendPcb->unackList.count || in SpungeCheckDisconn()
552 MSG_TYPE_FREE_SOCK_EAGAIN, FILLP_FALSE) != ERR_OK) { in SpungeConnClosed()
H A Dpcb.c162 FILLP_BOOL send = FILLP_FALSE; in SpungePcbSendmsg()
189 if ((conn->iovCount < UDP_MAX_SEG) && (fpcb->isLast == FILLP_FALSE) && send == FILLP_FALSE) { in SpungePcbSendmsg()
239 pcb->fpcb.sendmsgEio = FILLP_FALSE; in SpungePcbNew()
241 pcb->fpcb.isFinAckReceived = FILLP_FALSE; in SpungePcbNew()
H A Dnet.c114 ret = DympAlloc(g_spunge->netPool, (void **)&conn, FILLP_FALSE); in FillpNetconnAlloc()
185 isFatal = FILLP_FALSE; in FillpErrIsFatal()
255 (g_appResource.common.enableNackDelay == FILLP_FALSE)) { in FillpNetconnSetState()
H A Dfillp_stack_config_in.c71 if ((val != FILLP_TRUE) && (val != FILLP_FALSE)) { in FtConfigSetOutOfOrderCacheFeature()
140 if ((val != FILLP_TRUE) && (val != FILLP_FALSE)) { in FtConfigSetFullCpu()
376 if ((resource->common.fullCpu != FILLP_FALSE) && (resource->common.fullCpu != FILLP_TRUE)) { in FtValidateCommonConfigParamsInner()
389 (resource->common.outOfOrderCacheFeature != FILLP_FALSE)) { in FtValidateCommonConfigParamsInner()
H A Dspunge_core.c298 inst->thresdSemInited = FILLP_FALSE; in SpungeInstSendInit()
329 FillpQueueSetConsSafe(inst->unsendBox[i], FILLP_FALSE); in SpungeInstSendInit()
511 inst->thresdSemInited = FILLP_FALSE; in SpungeFreeInstSendRecv()
558 inst->hasInited = FILLP_FALSE; in SpungeFreeInstanceResource()
654 DympSetProdSafe(g_spunge->netPool, FILLP_FALSE); in FtInitGlobalNetPool()
676 g_spunge->hasInited = FILLP_FALSE; in FtFreeGlobalSpunge()
891 FtDestroyInner(FILLP_FALSE); in FtDestroyNonblock()
1175 return FILLP_FALSE; in FillpKillCore()
1523 inst->waitTobeCoreKilled = FILLP_FALSE; in SpinstLoopCheckAlive()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c271 (void)FillpMallocBufItem(pcb->recv.itemPool, (void **)&pcbBuf, FILLP_FALSE); in FillpHdlDataInput()
498 return FILLP_FALSE; in FillpCheckPackInput()
504 return FILLP_FALSE; in FillpCheckPackInput()
572 return FILLP_FALSE; in FillpCheckPackNumber()
577 return FILLP_FALSE; in FillpCheckPackNumber()
582 return FILLP_FALSE; in FillpCheckPackNumber()
748 if (FillpCheckPackInput(pcb, p) == FILLP_FALSE) { in FillpPackInput()
832 validPkt = FILLP_FALSE; in FillpHdlConnect()
855 FILLP_BOOL pcbFreed = FILLP_FALSE; in FillpDoInputPktType()
859 validPkt = FILLP_FALSE; in FillpDoInputPktType()
[all …]
H A Dfillp_output.c84 return FILLP_FALSE; in FillpIsAskMoreBuf()
88 return FILLP_FALSE; in FillpIsAskMoreBuf()
126 if (g_gsoSupport == FILLP_TRUE && pcb->sendmsgEio == FILLP_FALSE) { in FillpDoneSendAllData()
151 sendPcb->appLimited = FILLP_FALSE; in FillpBeforeSendItem()
156 pcb->isLast = FILLP_FALSE; in FillpBeforeSendItem()
190 sendPcb->flowControl.sendOneNoData = FILLP_FALSE; in FillpSendOne()
404 if (g_gsoSupport == FILLP_FALSE || fpcb->sendmsgEio == FILLP_TRUE) { in FillpSendItem()
H A Dfillp_pcb.c242 FillbufItemPoolSetConflictSafe(pcb->itemPool, FILLP_TRUE, FILLP_FALSE); in InitItemPool()
306 FillbufItemPoolSetConflictSafe(pcb->itemPool, FILLP_FALSE, FILLP_TRUE); in FillpInitRecvPcbBox()
353 FillpQueueSetConsSafe(pcb->recvBox, FILLP_FALSE); in FillpInitRecvpcb()
354 FillpQueueSetProdSafe(pcb->recvBox, FILLP_FALSE); in FillpInitRecvpcb()
382 pcb->pack.peerRtt = FILLP_FALSE; in InitSimpleStatics()
691 pcb->adhocPackReplied = FILLP_FALSE; in FillpInitPcb()
715 pcb->isFinAckReceived = FILLP_FALSE; in FillpInitPcb()
731 pcb->isFinAckReceived = FILLP_FALSE; in FillpRemovePcb()
732 pcb->resInited = FILLP_FALSE; in FillpRemovePcb()
H A Dfillp_conn.c738 return FILLP_FALSE; in FillpConfirmCheckState()
743 return FILLP_FALSE; in FillpConfirmCheckState()
851 return FILLP_FALSE; in FillpCheckConfirmAckInfoIsValid()
857 return FILLP_FALSE; in FillpCheckConfirmAckInfoIsValid()
863 return FILLP_FALSE; in FillpCheckConfirmAckInfoIsValid()
873 return FILLP_FALSE; in FillpCheckConfirmAckInfoIsValid()
886 return FILLP_FALSE; in FillpCheckConfirmAckInfoIsValid()
974 return FILLP_FALSE; in FillpCheckConfirmAckPar()
978 return FILLP_FALSE; in FillpCheckConfirmAckPar()
982 return FILLP_FALSE; in FillpCheckConfirmAckPar()
[all …]
H A Dfillp_flow_control.c58 return FILLP_FALSE; in FillpRecvRateIsBigger()
132 FILLP_BOOL appLimited = FILLP_FALSE; in FillpAppLimitedStatus()
223 FillpMoveUnackToUnrecv(ackSeqNum, pcb->send.seqNum, pcb, FILLP_FALSE); in FillpFcTailProtected()
291 pcb->send.flowControl.lastCycleNoEnoughData = FILLP_FALSE; in FillpFcInit()
H A Dfillp_frame.c213 h->curFrame.rxStarted = FILLP_FALSE; in FillpFrameParseOption()
232 frame->lastFragRecvd = FILLP_FALSE; in FillpFrameRxNewFrag()
290 h->curFrame.rxStarted = FILLP_FALSE; in FillpFrameRxUpdateAndNotify()

12