Home
last modified time | relevance | path

Searched refs:fcAlg (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c33 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0CalSendInterval()
101 pcb->send.flowControl.fcAlg = alg; in FillpAlg0FcInit()
120 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.fcAlg; in FillpAlg0FcDeinit()
122 if (pcb->send.flowControl.fcAlg == FILLP_NULL_PTR) { in FillpAlg0FcDeinit()
132 pcb->send.flowControl.fcAlg = FILLP_NULL_PTR; in FillpAlg0FcDeinit()
145 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)pcb->send.flowControl.fcAlg; in FillpAlg0CalMaxPackRcvInterval()
159 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0FcHandleInit()
192 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0FcHandleBwProbe()
209 struct FillpFlowControlAlg0 *alg = (struct FillpFlowControlAlg0 *)flowControl->fcAlg; in FillpAlg0PackStateProcess()
H A Dfillp_flow_control.c254 switch (pcb->fcAlg) { in FillpGetAlgFun()
300 pcb->send.flowControl.fcAlg = FILLP_NULL_PTR; in FillpFcInit()
302 FILLP_GET_SOCKET(pcb)->index, pcb->fcAlg, pcb->characters, FILLP_GET_CONN(pcb)->peerFcAlgs, in FillpFcInit()
322 pcb->send.flowControl.fcAlg = FILLP_NULL_PTR; in FillpFcDeinit()
H A Dfillp_conn.c355 if (presetFcAlg == FILLP_SUPPORT_ALG_BASE && g_resource.flowControl.fcAlg != FILLP_ALG_BASE) { in FillpConsultFcAlg()
356 presetFcAlg = (FILLP_UINT8)FILLP_SUPPORT_ALG_N(g_resource.flowControl.fcAlg); in FillpConsultFcAlg()
398 pcb->fcAlg = FillpConsultFcAlg(pcb->fcAlg, conn->peerFcAlgs); in FillpDecodeConnReqAckClientPara()
515 newConn->pcb->fpcb.fcAlg = newConn->peerFcAlgs & (FILLP_UINT8)FILLP_SUPPORT_ALGS; in FillpInitNewPcbByNewConn()
1623 FILLP_LOGERR("fcAlg %u", pcb->fcAlg); in ConnConfirmEncodeExtPara()
1625 FILLP_PKT_EXT_CONNECT_CARRY_FC_ALG, (FILLP_UCHAR)(sizeof(FILLP_UINT8)), (FILLP_UCHAR *)&(pcb->fcAlg)); in ConnConfirmEncodeExtPara()
H A Dfillp_pcb.c227 int initSize = (fpcb->fcAlg == FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_SEND_SIZE : FILLP_DYMM_INIT_SEND_SIZE; in InitItemPool()
299 int initSize = (fpcb->fcAlg == FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_RECV_SIZE : FILLP_DYMM_INIT_RECV_SIZE; in FillpInitRecvPcbBox()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c111 g_resource.flowControl.fcAlg = globalResource->flowControl.fcAlg; in FtInitConfigSet()
148 globalResource->flowControl.fcAlg = g_resource.flowControl.fcAlg; in FtInitConfigGet()
204 *(FILLP_UINT8 *) value = g_resource.flowControl.fcAlg; in FtGetConfigStackHalf1()
H A Dfillp_stack_config_in.c195 g_resource.flowControl.fcAlg = val; in FtConfigSetAlg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h61 FILLP_UINT8 fcAlg; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h111 void *fcAlg; member
215 FILLP_UINT8 fcAlg; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c221 sock->netconn->pcb->fpcb.fcAlg = (FILLP_UINT8)FILLP_SUPPORT_ALG_N(alg); in SockSetFcAlg()
223 sock->netconn->pcb->fpcb.fcAlg = FILLP_SUPPORT_ALG_BASE; in SockSetFcAlg()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h857 FILLP_UINT8 fcAlg; member

Completed in 13 milliseconds