Home
last modified time | relevance | path

Searched defs:pcb (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/astc-encoder/Source/Fuzzers/
H A Dfuzz_astc_physical_to_symbolic.cpp97 uint8_t pcb[16]; in LLVMFuzzerTestOneInput() local
/third_party/lwip/src/apps/snmp/
H A Dsnmp_raw.c47 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in snmp_recv() argument
/third_party/lwip/src/core/
H A Dip.c168 void set_ippcb_net_group(struct ip_pcb *pcb, struct net_group *group) in set_ippcb_net_group() argument
173 struct net_group *get_net_group_from_ippcb(struct ip_pcb *pcb) in get_net_group_from_ippcb() argument
H A Dnet_group.c61 static void do_set_ippcb_net_group(struct ip_pcb *pcb, struct net_group *group) in do_set_ippcb_net_group() argument
67 static struct net_group *do_get_net_group_from_ippcb(struct ip_pcb *pcb) in do_get_net_group_from_ippcb() argument
H A Dtcp_in.c120 struct tcp_pcb *pcb, *pre local
[all...]
H A Dudp.c84 void set_udp_pcb_net_group(struct udp_pcb *pcb, struct net_group *group) in set_udp_pcb_net_group() argument
89 struct net_group *get_net_group_from_udp_pcb(struct udp_pcb *pcb) in get_net_group_from_udp_pcb() argument
114 struct udp_pcb *pcb; in udp_new_port() local
141 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) udp_input_local_match() argument
208 struct udp_pcb *pcb, *prev; global() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c30 void FillpAlg0CalSendInterval(struct FillpPcb *pcb) in FillpAlg0CalSendInterval() argument
52 static void FillpAlg0FlowControlInit(struct FillpPcb *pcb, struct FillpFlowControlAlg0 *alg) in FillpAlg0FlowControlInit() argument
80 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; in FillpAlg0FcInit() local
119 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; FillpAlg0FcDeinit() local
137 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; FillpAlg0CalPackInterval() local
142 FillpAlg0CalMaxPackRcvInterval(struct FillpPcb *pcb, FILLP_LLONG detaUs, FILLP_UINT32 packRate, FILLP_UINT32 periodSendRate) FillpAlg0CalMaxPackRcvInterval() argument
156 FillpAlg0FcHandleInit(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack) FillpAlg0FcHandleInit() argument
189 FillpAlg0FcHandleBwProbe(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack) FillpAlg0FcHandleBwProbe() argument
206 FillpAlg0PackStateProcess(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpAlg0PackStateProcess() argument
237 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; FillpAlg0AnalysePack() local
[all...]
H A Dfillp_timer.c28 static void FillpEnablePackTimerInCb(struct FillpPcb *pcb, FILLP_BOOL enNormalPackTimer) in FillpEnablePackTimerInCb() argument
34 static void LogFcFcAppStastics(const struct FillpPcb *pcb, const struct FillAppFcStastics *appFcStastics) in LogFcFcAppStastics() argument
44 static void FillpCalFcAppStastics(struct FillpPcb *pcb) in FillpCalFcAppStastics() argument
101 FillpCalRecvRate(struct FillpPcb *pcb) FillpCalRecvRate() argument
150 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; FillpPackTimerCb() local
181 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; FillpSendTimerCb() local
195 FillpEnableSendTimer(struct FillpPcb *pcb) FillpEnableSendTimer() argument
215 FillpDisableSendTimer(struct FillpPcb *pcb) FillpDisableSendTimer() argument
222 FillpEnablePackTimer(struct FillpPcb *pcb) FillpEnablePackTimer() argument
232 FillpDisablePackTimer(struct FillpPcb *pcb) FillpDisablePackTimer() argument
239 FillpEnableFcTimer(struct FillpPcb *pcb) FillpEnableFcTimer() argument
246 FillpDisableFcTimer(struct FillpPcb *pcb) FillpDisableFcTimer() argument
253 FillpEnableKeepAliveTimer(struct FillpPcb *pcb) FillpEnableKeepAliveTimer() argument
261 FillpDisableKeepAliveTimer(struct FillpPcb *pcb) FillpDisableKeepAliveTimer() argument
268 FillpEnableDelayNackTimer(struct FillpPcb *pcb) FillpEnableDelayNackTimer() argument
278 FillpDisableDelayNackTimer(struct FillpPcb *pcb) FillpDisableDelayNackTimer() argument
285 FillpEnableDataBurstTimer(struct FillpPcb *pcb) FillpEnableDataBurstTimer() argument
294 FillpDisableDataBurstTimer(struct FillpPcb *pcb) FillpDisableDataBurstTimer() argument
301 FillpEnableConnRetryCheckTimer(struct FillpPcb *pcb) FillpEnableConnRetryCheckTimer() argument
308 FillpDisableConnRetryCheckTimer(struct FillpPcb *pcb) FillpDisableConnRetryCheckTimer() argument
315 FillpEnableFinCheckTimer(struct FillpPcb *pcb) FillpEnableFinCheckTimer() argument
323 FillpDisableFinCheckTimer(struct FillpPcb *pcb) FillpDisableFinCheckTimer() argument
332 struct FillpPcb *pcb = (struct FillpPcb *)argPcb; FillpFcTimerCb() local
[all...]
H A Dfillp_flow_control.c124 FILLP_BOOL FillpAppLimitedStatus(struct FillpPcb *pcb, FILLP_UINT32 beginPktNum, FILLP_UINT32 endPktNum) in FillpAppLimitedStatus() argument
164 void FillpCalSendInterval(struct FillpPcb *pcb) in FillpCalSendInterval() argument
190 void FillpFcTailProtected(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpFcTailProtected() argument
234 FillpFcPackInput(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpFcPackInput() argument
245 FillpFcNackInput(struct FillpPcb *pcb, struct FillpPktNack *nack) FillpFcNackInput() argument
252 FillpGetAlgFun(struct FillpPcb *pcb) FillpGetAlgFun() argument
268 FillpFcInit(struct FillpPcb *pcb) FillpFcInit() argument
317 FillpFcDeinit(struct FillpPcb *pcb) FillpFcDeinit() argument
326 FillpFcDataInput(struct FillpPcb *pcb, FILLP_CONST struct FillpPktHead *pkt) FillpFcDataInput() argument
342 FillpFcRecvDropOne(struct FillpPcb *pcb) FillpFcRecvDropOne() argument
349 FillpFcRecvOutOfOrder(struct FillpPcb *pcb) FillpFcRecvOutOfOrder() argument
355 FillpFcRecvLost(struct FillpPcb *pcb, FILLP_UINT32 ones) FillpFcRecvLost() argument
362 struct FillpPcb *pcb = (struct FillpPcb *)arg; FillpFcCycle() local
[all...]
H A Dfillp_pcb.c58 static FILLP_INT FillpInitSendpcbUnackList(struct FillpSendPcb *pcb) in FillpInitSendpcbUnackList() argument
79 FillpInitSendpcbPktSeqMap(struct FillpPcb *fpcb, struct FillpSendPcb *pcb) FillpInitSendpcbPktSeqMap() argument
119 FillpFreeRecvItemPool(struct FillpRecvPcb *pcb) FillpFreeRecvItemPool() argument
125 FillpFreeSendItemPool(struct FillpSendPcb *pcb) FillpFreeSendItemPool() argument
133 struct FillpSendPcb *pcb = &fpcb->send; InitSendPcbSimplePar() local
180 InitSimplePcbPar(struct FillpSendPcb *pcb, struct FillpPcb *fpcb) InitSimplePcbPar() argument
224 struct FillpSendPcb *pcb = &fpcb->send; InitItemPool() local
255 struct FillpSendPcb *pcb = &fpcb->send; FillpInitSendpcb() local
293 FillpInitRecvPcbBox(struct FillpPcb *fpcb, struct FillpRecvPcb *pcb) FillpInitRecvPcbBox() argument
322 struct FillpRecvPcb *pcb = &fpcb->recv; FillpInitRecvpcb() local
365 InitSimpleStatics(const struct FillpPcb *fpcb, struct FillpStatisticsPcb *pcb) InitSimpleStatics() argument
405 struct FillpStatisticsPcb *pcb = &fpcb->statistics; FillpInitStastics() local
449 FillpPcbFreeRecvItemArray(struct FillpRecvPcb *pcb) FillpPcbFreeRecvItemArray() argument
481 struct FillpRecvPcb *pcb = &fpcb->recv; FillpPcbRemoveRecv() local
550 struct FillpSendPcb *pcb = &fpcb->send; FillpPcbFreeSendItemArray() local
600 struct FillpSendPcb *pcb = &fpcb->send; FillpPcbRemoveSend() local
644 FillpInitPcbTimeNode(struct FillpPcb *pcb) FillpInitPcbTimeNode() argument
680 FillpInitPcb(struct FillpPcb *pcb, FILLP_INT mpSendSize, FILLP_INT mpRecvSize) FillpInitPcb() argument
720 FillpRemovePcb(struct FillpPcb *pcb) FillpRemovePcb() argument
735 FillpGetSendpcbUnackListPktNum(struct FillpSendPcb *pcb) FillpGetSendpcbUnackListPktNum() argument
744 FillpGetRecvpcbRecvlistPktNum(struct FillpRecvPcb *pcb) FillpGetRecvpcbRecvlistPktNum() argument
753 FillpGetSockPackInterval(FILLP_CONST struct FillpPcb *pcb) FillpGetSockPackInterval() argument
[all...]
H A Dfillp_output.c30 static void FillpMoveRedundantItemToUnrecvList(struct FillpPcb *pcb) in FillpMoveRedundantItemToUnrecvList() argument
81 static FILLP_BOOL FillpIsAskMoreBuf(struct FillpSendPcb *sendPcb, struct FillpPcb *pcb) in FillpIsAskMoreBuf() argument
103 static void FillpDoneSendAllData(struct FillpSendPcb *sendPcb, struct FillpPcb *pcb, in FillpDoneSendAllData() argument
51 FillpGetSendItem(struct FillpSendPcb *sendPcb, struct FillpPcb *pcb) FillpGetSendItem() argument
132 FillpBeforeSendItem(struct FillpPcbItem *item, struct FillpPcb *pcb, FILLP_UINT32 sentBytes, FILLP_UINT32 totalBytes) FillpBeforeSendItem() argument
161 FillpSendOne(struct FillpPcb *pcb, FILLP_UINT32 totalBytes, FILLP_UINT32 sendPktNum) FillpSendOne() argument
219 FillpBuildPktDataOptions(FILLP_CONST struct FillpPcb *pcb, struct FillpPcbItem *item, FILLP_CHAR *dataOptionAddr) FillpBuildPktDataOptions() argument
237 FillpBuildDataPkt(struct FillpPcb *pcb, struct FillpPcbItem *item) FillpBuildDataPkt() argument
326 FillpAddToUnackList(struct FillpPcb *pcb, struct FillpPcbItem *item) FillpAddToUnackList() argument
344 FillpAddToPktSeqHash(FILLP_CONST struct FillpPcb *pcb, struct FillpPcbItem *item) FillpAddToPktSeqHash() argument
434 FillpSendAdhocpackToDetectRtt(struct FillpPcb *pcb) FillpSendAdhocpackToDetectRtt() argument
454 FillpSetSimplePack(FILLP_CONST struct FillpPcb *pcb, struct FillpPktPack *pack, FILLP_CONST struct FtSocket *ftSock) FillpSetSimplePack() argument
485 FillpSendPack(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpSendPack() argument
512 FillpSendPackWithPcbBuffer(struct FillpPcb *pcb) FillpSendPackWithPcbBuffer() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dchap-md5.c52 static void chap_md5_generate_challenge(ppp_pcb *pcb, unsigned char *cp) { in chap_md5_generate_challenge() argument
61 static int chap_md5_verify_response(ppp_pcb *pcb, int id, const char *name, in chap_md5_verify_response() argument
95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chap_md5_make_response() argument
H A Dfsm.c79 ppp_pcb *pcb = f->pcb; in fsm_init() local
201 ppp_pcb *pcb = f->pcb; in terminate_layer() local
268 ppp_pcb *pcb = f->pcb; in fsm_timeout() local
460 ppp_pcb *pcb = f->pcb; fsm_rconfack() local
581 ppp_pcb *pcb = f->pcb; fsm_rtermreq() local
707 ppp_pcb *pcb = f->pcb; fsm_sconfreq() local
771 ppp_pcb *pcb = f->pcb; fsm_sdata() local
[all...]
H A Dmppe.c100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) { in mppe_set_key() argument
109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options) in mppe_init() argument
181 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_comp_reset() argument
193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) mppe_compress() argument
268 mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state) mppe_decomp_reset() argument
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) mppe_decompress() argument
[all...]
/third_party/lwip/src/netif/
H A Dzepif.c90 struct udp_pcb *pcb; member
108 zepif_udp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, in zepif_udp_recv() argument
[all...]
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c145 struct udp_pcb* pcb; in START_TEST() local
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c214 BN_GENCB *pcb; in pkey_dsa_paramgen() local
/third_party/libcoap/include/coap3/
H A Dcoap_io_internal.h36 struct udp_pcb *pcb; member
/third_party/openssl/crypto/dsa/
H A Ddsa_pmeth.c214 BN_GENCB *pcb; in pkey_dsa_paramgen() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_io.h56 struct udp_pcb *pcb; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddhcp6.h91 struct udp_pcb *pcb; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h59 struct SpungePcb *pcb; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c375 static int SpungeDestroyNoWait(struct FillpPcb *pcb, struct FtSocket *sock, struct FtNetconn *conn) in SpungeDestroyNoWait() argument
394 struct FillpPcb *pcb = FILLP_NULL_PTR; in SpungeCheckDisconn() local
515 SpungeFreeUnsendBox(struct FillpPcb *pcb) SpungeFreeUnsendBox() argument
[all...]
H A Dpcb.c62 struct SpungePcb *pcb = (struct SpungePcb *)ppcb; in SpungePcbSend() local
153 FILLP_INT SpungePcbSendmsg(void *arg, FILLP_CONST char *buf, FILLP_INT size, void *pcb) in SpungePcbSendmsg() argument
196 void SpcbAddPcbToSpinst(struct SpungeInstance *inst, struct SpungePcb *pcb) in SpcbAddPcbToSpinst() argument
201 void SpcbDeleteFromSpinst(struct SpungeInstance *inst, struct SpungePcb *pcb) in SpcbDeleteFromSpinst() argument
208 struct SpungePcb *pcb = (struct SpungePcb *)SpungeAlloc(1, sizeof(struct SpungePcb), SPUNGE_ALLOC_TYPE_CALLOC); SpungePcbNew() local
246 SpungePcbSetSendCacheSize(struct SpungePcb *pcb, FILLP_UINT32 cacheSize) SpungePcbSetSendCacheSize() argument
251 SpungePcbSetRecvCacheSize(struct SpungePcb *pcb, FILLP_UINT32 cacheSize) SpungePcbSetRecvCacheSize() argument
256 SpungePcbSetPktSize(struct SpungePcb *pcb, FILLP_UINT32 pktSize) SpungePcbSetPktSize() argument
261 SpungePcbSetOppositeRate(struct SpungePcb *pcb, FILLP_UINT32 rate) SpungePcbSetOppositeRate() argument
266 SpungePcbSetSlowStart(struct SpungePcb *pcb, FILLP_BOOL slowStart) SpungePcbSetSlowStart() argument
271 SpungePcbSetPackInterval(struct SpungePcb *pcb, FILLP_UINT32 interval) SpungePcbSetPackInterval() argument
278 SpungePcbSetAddrType(struct SpungePcb *pcb, FILLP_UINT16 addrType) SpungePcbSetAddrType() argument
283 SpungePcbSetLocalPort(struct SpungePcb *pcb, FILLP_INT port) SpungePcbSetLocalPort() argument
288 SpungePcbSetDirectlySend(struct SpungePcb *pcb, FILLP_INT directlySend) SpungePcbSetDirectlySend() argument
293 SpungePcbRemove(struct SpungePcb *pcb) SpungePcbRemove() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp320 physical_to_symbolic( const block_size_descriptor& bsd, const uint8_t pcb[16], symbolic_compressed_block& scb ) physical_to_symbolic() argument
549 decode_ise(static_cast<quant_method>(color_quant_level), color_integer_count, pcb, physical_to_symbolic() local
[all...]

Completed in 11 milliseconds

1234