Home
last modified time | relevance | path

Searched defs:pcb (Results 51 - 75 of 91) sorted by relevance

1234

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c382 struct SpungePcb *pcb = (struct SpungePcb *)argPcb; in SysioConnectUdp() local
393 struct SpungePcb *pcb = (struct SpungePcb*)argPcb; in SysioRemovePcbUdp() local
436 struct SpungePcb *pcb = (struct SpungePcb *)argPcb; in SysioHandlePacketUdp() local
466 struct SpungePcb *pcb = (struct SpungePcb*)argPcb; SysioSendPacketUdp() local
[all...]
H A Dspunge_core.c73 static FILLP_UINT32 SpungeCalExpectedBytes(FILLP_UINT32 *sendPktNum, struct SpungePcb *pcb, in SpungeCalExpectedBytes() argument
101 static void SpungeDoSendUpdate(struct SpungePcb *pcb, FILLP_UINT32 sendBytes, FILLP_UINT32 bytesExpected) in SpungeDoSendUpdate() argument
111 SpungeDoSendCycle(struct SpungePcb *pcb, struct SpungeInstance *inst, FILLP_LLONG detaTime) SpungeDoSendCycle() argument
1108 struct SpungePcb *pcb = FILLP_NULL_PTR; FillpCalculateFairness() local
1184 struct SpungePcb *pcb = ((struct FillpPcb *)args)->spcb; FillpCheckPcbNackListToSend() local
1619 struct FillpPcb *pcb = (struct FillpPcb *)arg; SpungePushRecvdDataToStack() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c373 struct SpungePcb *pcb = FILLP_NULL_PTR; in SpungeBindMsgCheckState() local
421 struct SpungePcb *pcb = FILLP_NULL_PTR; SpungeHandleMsgBind() local
768 struct SpungePcb *pcb = FILLP_NULL_PTR; SpungeHandleMsgSetNackDelay() local
832 struct FillpPcb *pcb = &sock->netconn->pcb->fpcb; SpungeHandleMsgSetKeepAlive() local
[all...]
/third_party/lwip/src/core/
H A Daltcp_tcp.c242 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; in altcp_tcp_set_poll() local
252 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; in altcp_tcp_recved() local
261 struct tcp_pcb *pcb; in altcp_tcp_bind() local
273 struct tcp_pcb *pcb; in altcp_tcp_connect() local
286 struct tcp_pcb *pcb; altcp_tcp_listen() local
306 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_abort() local
317 struct tcp_pcb *pcb; altcp_tcp_close() local
344 struct tcp_pcb *pcb; altcp_tcp_shutdown() local
356 struct tcp_pcb *pcb; altcp_tcp_write() local
368 struct tcp_pcb *pcb; altcp_tcp_output() local
380 struct tcp_pcb *pcb; altcp_tcp_mss() local
392 struct tcp_pcb *pcb; altcp_tcp_sndbuf() local
404 struct tcp_pcb *pcb; altcp_tcp_sndqueuelen() local
417 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_nagle_disable() local
427 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_nagle_enable() local
437 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_nagle_disabled() local
448 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_setprio() local
459 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_keepalive_disable() local
469 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_keepalive_enable() local
491 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_get_tcp_addrinfo() local
502 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_get_ip() local
519 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_get_port() local
537 struct tcp_pcb *pcb = (struct tcp_pcb *)conn->state; altcp_tcp_dbg_get_tcp_state() local
[all...]
H A Dtcp_out.c132 tcp_route(const struct tcp_pcb *pcb, const ip_addr_t *src, const ip_addr_t *dst) in tcp_route() argument
170 tcp_create_segment(const struct tcp_pcb *pcb, struct pbuf *p, u8_t hdrflags, u32_t seqno, u8_t optflags) tcp_create_segment() argument
237 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, u16_t *oversize, const struct tcp_pcb *pcb, u8_t apiflags, u8_t first_seg) tcp_pbuf_prealloc() argument
317 tcp_write_checks(struct tcp_pcb *pcb, u16_t len) tcp_write_checks() argument
402 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) tcp_write() argument
839 tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split) tcp_split_unsent_seg() argument
1014 tcp_send_fin(struct tcp_pcb *pcb) tcp_send_fin() argument
1045 tcp_enqueue_flags(struct tcp_pcb *pcb, u8_t flags) tcp_enqueue_flags() argument
1152 tcp_build_timestamp_option(const struct tcp_pcb *pcb, u32_t *opts) tcp_build_timestamp_option() argument
1175 tcp_get_num_sacks(const struct tcp_pcb *pcb, u8_t optlen) tcp_get_num_sacks() argument
1206 tcp_build_sack_option(const struct tcp_pcb *pcb, u32_t *opts, u8_t num_sacks) tcp_build_sack_option() argument
1250 tcp_output(struct tcp_pcb *pcb) tcp_output() argument
1468 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) tcp_output_segment() argument
1644 tcp_rexmit_rto_prepare(struct tcp_pcb *pcb) tcp_rexmit_rto_prepare() argument
1699 tcp_rexmit_rto_commit(struct tcp_pcb *pcb) tcp_rexmit_rto_commit() argument
1720 tcp_rexmit_rto(struct tcp_pcb *pcb) tcp_rexmit_rto() argument
1737 tcp_rexmit(struct tcp_pcb *pcb) tcp_rexmit() argument
1796 tcp_rexmit_fast(struct tcp_pcb *pcb) tcp_rexmit_fast() argument
1866 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen, u32_t seqno_be ) tcp_output_alloc_header() argument
1885 tcp_output_fill_options(const struct tcp_pcb *pcb, struct pbuf *p, u8_t optflags, u8_t num_sacks) tcp_output_fill_options() argument
1934 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, const ip_addr_t *src, const ip_addr_t *dst) tcp_output_control_segment() argument
1993 tcp_rst(const struct tcp_pcb *pcb, u32_t seqno, u32_t ackno, const ip_addr_t *local_ip, const ip_addr_t *remote_ip, u16_t local_port, u16_t remote_port) tcp_rst() argument
2032 tcp_send_empty_ack(struct tcp_pcb *pcb) tcp_send_empty_ack() argument
2091 tcp_keepalive(struct tcp_pcb *pcb) tcp_keepalive() argument
2129 tcp_zero_window_probe(struct tcp_pcb *pcb) tcp_zero_window_probe() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dccp.c368 static void ccp_init(ppp_pcb *pcb) { in ccp_init() argument
409 ccp_open(ppp_pcb *pcb) ccp_open() argument
430 ccp_close(ppp_pcb *pcb, const char *reason) ccp_close() argument
439 ccp_lowerup(ppp_pcb *pcb) ccp_lowerup() argument
447 ccp_lowerdown(ppp_pcb *pcb) ccp_lowerdown() argument
455 ccp_input(ppp_pcb *pcb, u_char *p, int len) ccp_input() argument
488 ppp_pcb *pcb = f->pcb; ccp_extcode() local
520 ccp_protrej(ppp_pcb *pcb) ccp_protrej() argument
542 ppp_pcb *pcb = f->pcb; ccp_resetci() local
744 ppp_pcb *pcb = f->pcb; ccp_cilen() local
769 ppp_pcb *pcb = f->pcb; ccp_addci() local
836 ppp_pcb *pcb = f->pcb; ccp_ackci() local
929 ppp_pcb *pcb = f->pcb; ccp_nakci() local
1022 ppp_pcb *pcb = f->pcb; ccp_rejci() local
1106 ppp_pcb *pcb = f->pcb; ccp_reqci() local
1460 ppp_pcb *pcb = f->pcb; ccp_up() local
1490 ppp_pcb *pcb = f->pcb; ccp_down() local
1660 ccp_datainput(ppp_pcb *pcb, u_char *pkt, int len) ccp_datainput() argument
1706 ccp_resetrequest(ppp_pcb *pcb) ccp_resetrequest() argument
1730 ppp_pcb *pcb = f->pcb; ccp_rack_timeout() local
[all...]
H A Dpppol2tp.c345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { in pppol2tp_input() argument
H A Dipv6cp.c428 static void ipv6cp_init(ppp_pcb *pcb) { in ipv6cp_init() argument
459 ipv6cp_open(ppp_pcb *pcb) ipv6cp_open() argument
467 ipv6cp_close(ppp_pcb *pcb, const char *reason) ipv6cp_close() argument
475 ipv6cp_lowerup(ppp_pcb *pcb) ipv6cp_lowerup() argument
483 ipv6cp_lowerdown(ppp_pcb *pcb) ipv6cp_lowerdown() argument
491 ipv6cp_input(ppp_pcb *pcb, u_char *p, int len) ipv6cp_input() argument
501 ipv6cp_protrej(ppp_pcb *pcb) ipv6cp_protrej() argument
510 ppp_pcb *pcb = f->pcb; ipv6cp_resetci() local
530 ppp_pcb *pcb = f->pcb; ipv6cp_cilen() local
550 ppp_pcb *pcb = f->pcb; ipv6cp_addci() local
598 ppp_pcb *pcb = f->pcb; ipv6cp_ackci() local
672 ppp_pcb *pcb = f->pcb; ipv6cp_nakci() local
807 ppp_pcb *pcb = f->pcb; ipv6cp_rejci() local
888 ppp_pcb *pcb = f->pcb; ipv6cp_reqci() local
1152 ppp_pcb *pcb = f->pcb; ipv6cp_up() local
1274 ppp_pcb *pcb = f->pcb; ipv6cp_down() local
1323 ipv6cp_clear_addrs(ppp_pcb *pcb, eui64_t ourid, eui64_t hisid) ipv6cp_clear_addrs() argument
[all...]
H A Dchap_ms.c225 static void chapms_generate_challenge(ppp_pcb *pcb, unsigned char *challenge) { in chapms_generate_challenge() argument
237 static void chapms2_generate_challenge(ppp_pcb *pcb, unsigned char *challenge) { in chapms2_generate_challenge() argument
249 static int chapms_verify_response(ppp_pcb *pcb, int id, const char *name, in chapms_verify_response() argument
297 chapms2_verify_response(ppp_pcb *pcb, int id, const char *name, const unsigned char *secret, int secret_len, const unsigned char *challenge, const unsigned char *response, char *message, int message_space) chapms2_verify_response() argument
374 chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, const unsigned char *challenge, const char *secret, int secret_len, unsigned char *private_) chapms_make_response() argument
385 chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, const unsigned char *challenge, const char *secret, int secret_len, unsigned char *private_) chapms2_make_response() argument
401 chapms2_check_success(ppp_pcb *pcb, unsigned char *msg, int len, unsigned char *private_) chapms2_check_success() argument
431 chapms_handle_failure(ppp_pcb *pcb, unsigned char *inp, int len) chapms_handle_failure() argument
714 Set_Start_Key(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len) Set_Start_Key() argument
744 SetMasterKeys(ppp_pcb *pcb, const char *secret, int secret_len, u_char NTResponse[24], int IsServer) SetMasterKeys() argument
838 ChapMS(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len, unsigned char *response) ChapMS() argument
873 ChapMS2(ppp_pcb *pcb, const u_char *rchallenge, const u_char *PeerChallenge, const char *user, const char *secret, int secret_len, unsigned char *response, u_char authResponse[], int authenticator) ChapMS2() argument
[all...]
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c778 struct tcp_pcb *pcb = sact_conn->pcb.tcp; in START_TEST() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c751 BN_GENCB *pcb; in pkey_rsa_keygen() local
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c747 BN_GENCB *pcb; in pkey_rsa_keygen() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddhcp.h262 struct udp_pcb *pcb; member
H A Dapi.h266 } pcb; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c59 static void FillpChangePackInteval(struct FillpPcb *pcb) in FillpChangePackInteval() argument
75 FillpProcessDataOptions(FillpDataOption *dataOption, struct FillpPcb *pcb, struct FillpPcbItem *item) FillpProcessDataOptions() argument
107 FillpAnalysisDataOptions(struct FillpPcb *pcb, struct FillpPcbItem *item) FillpAnalysisDataOptions() argument
152 FillpProcessItemData(struct FillpPcb *pcb, struct FillpPcbItem *item, FILLP_CONST struct FillpPktHead *pktHdr) FillpProcessItemData() argument
188 FillpDataInput(struct FillpPcb *pcb, struct FillpPcbItem *item) FillpDataInput() argument
221 ProcessPcbItem(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct FillpPcbItem *pcbBuf) ProcessPcbItem() argument
259 FillpHdlDataInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf) FillpHdlDataInput() argument
298 FillpCheckNackPacket(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpCheckNackPacket() argument
315 FillpCheckNackSeq(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST struct FillpPktHead *pktHdr, FILLP_CONST struct FillpSeqPktNum *seqPktNum) FillpCheckNackSeq() argument
377 ProtectLongLoopRun(struct FillpPcb *pcb, FILLP_UINT32 identifyGap, struct FillpSeqPktNum *seqPktNum, FILLP_INT *isUsed) ProtectLongLoopRun() argument
433 FillpNackInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpNackInput() argument
490 FillpCheckPackInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpCheckPackInput() argument
509 FillpPackInputSendMsgTrace(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST struct FillpPktHead *pktHdr, FILLP_CONST struct FillpPktPack *pack) FillpPackInputSendMsgTrace() argument
560 FillpCheckPackNumber(struct FillpPcb *pcb, struct FillpPktPack *pack, FILLP_UINT32 ackSeqNum, FILLP_UINT32 lostSeqNum) FillpCheckPackNumber() argument
593 FillpHandleAdhocpackFlag(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpHandleAdhocpackFlag() argument
630 FillpTryAckSendPcbByPackInfo(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack, FILLP_UINT32 ackSeqNum, FILLP_UINT32 lostSeqNum) FillpTryAckSendPcbByPackInfo() argument
646 FillpHdlAdhocpack(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpHdlAdhocpack() argument
653 FillpChangePackInterval(struct FillpPcb *pcb, FILLP_CONST struct FtSocket *sock, FILLP_CONST struct FillpPktPack *pack) FillpChangePackInterval() argument
664 FillpHandlePackFlag(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpHandlePackFlag() argument
694 MoveUnackToUnrecvByPackInfo(struct FillpPcb *pcb, FILLP_UINT32 ackSeqNum, FILLP_UINT32 lostSeqNum) MoveUnackToUnrecvByPackInfo() argument
716 FillpPackInputLog(FILLP_CONST struct FillpPcb *pcb) FillpPackInputLog() argument
741 FillpPackInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpPackInput() argument
792 FillpHdlConnect(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst, FILLP_UINT16 flag) FillpHdlConnect() argument
840 FillpDoInputPktType(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst, FILLP_UINT16 flag) FillpDoInputPktType() argument
873 FillpDoInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst) FillpDoInput() argument
[all...]
H A Dfillp_conn.c33 static void FillpConnReqInputTrace(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST struct FtSocket *sock, in FillpConnReqInputTrace() argument
63 static FILLP_INT FillpConnReqStateCheck(struct FillpPcb *pcb, FILLP_CONST struct FtSocket *sock) in FillpConnReqStateCheck() argument
91 void FillpConnReqInput(struct FillpPcb *pcb, FILLP_CONS argument
371 FillpDecodeConnReqAckClientPara(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct FillpConnReqAckClient *reqAck) FillpDecodeConnReqAckClientPara() argument
427 FillpConnReqAckInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpConnReqAckInput() argument
559 FillpInitNewConnByConfirm(struct FillpPcb *pcb, struct FtNetconn *newConn, FILLP_CONST struct FillpPktConnConfirm *confirm, FILLP_CONST struct FtNetconn *conn, FILLP_CONST struct NetBuf *p) FillpInitNewConnByConfirm() argument
631 FillpProcessConnConfirm(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, FILLP_CONST struct FillpPktConnConfirm *confirm, FILLP_CONST struct FtNetconn *conn, struct SpungeInstance *inst) FillpProcessConnConfirm() argument
722 FillpConfirmCheckState(FILLP_UINT8 connState, struct FtSocket *sock, struct FillpPcb *pcb) FillpConfirmCheckState() argument
748 FillpConnConfirmInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct SpungeInstance *inst) FillpConnConfirmInput() argument
811 FillpHandleConnConfirmAckInput(struct FtSocket *sock, struct FtNetconn *conn, struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpHandleConnConfirmAckInput() argument
841 FillpCheckConfirmAckInfoIsValid(struct FillpPcb *pcb, struct FtSocket *sock, struct FillpPktConnConfirmAck *confirmAck) FillpCheckConfirmAckInfoIsValid() argument
891 FillpConnConnectionEstFailure(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpConnConnectionEstFailure() argument
970 FillpCheckConfirmAckPar(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpCheckConfirmAckPar() argument
1028 FillpSaveConfirmActToPcb(struct FillpPktConnConfirmAck *confirmAck, struct FillpPcb *pcb) FillpSaveConfirmActToPcb() argument
1042 FillpConnConfirmAckInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p) FillpConnConfirmAckInput() argument
1088 ConnectingHandleFinInput(struct FillpPcb *pcb, struct FtSocket *sock, struct FtNetconn *conn, FILLP_CONST struct NetBuf *p, FILLP_CONST struct FillpFinFlags *flags) ConnectingHandleFinInput() argument
1115 FillpStateClosingHandleFinInput(struct FillpPcb *pcb, struct FtNetconn *conn, FILLP_BOOL isAck, FILLP_BOOL isWr, FILLP_BOOL *pcbFreed) FillpStateClosingHandleFinInput() argument
1222 FillpHandleFin(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, FILLP_BOOL *pcbFreed) FillpHandleFin() argument
1299 FillpFinInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, FILLP_BOOL *pcbFreed) FillpFinInput() argument
1338 FillpSendConnReqBuild(struct FillpPcb *pcb, struct FillpPktConnReq *req, FILLP_LLONG curTime) FillpSendConnReqBuild() argument
1375 FillpSendConnReq(struct FillpPcb *pcb) FillpSendConnReq() argument
1431 FillpSendConnReqAckBuild(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST FillpCookieContent *stateCookie, FILLP_ULLONG timestamp) FillpSendConnReqAckBuild() argument
1493 FillpSendConnReqAck(struct FillpPcb *pcb, FILLP_CONST FillpCookieContent *stateCookie, FILLP_ULLONG timestamp) FillpSendConnReqAck() argument
1547 ConnConfirmBuild(struct FillpPcb *pcb, FILLP_CONST struct FillpConnReqAckClient *reqAck, struct FillpPktHead *pktHdr) ConnConfirmBuild() argument
1593 ConnConfirmEncodeExtPara(const struct FillpPcb *pcb, FILLP_INT32 encMsgLen) ConnConfirmEncodeExtPara() argument
1647 FillpSendConnConfirm(struct FillpPcb *pcb, FILLP_CONST struct FillpConnReqAckClient *reqAck) FillpSendConnConfirm() argument
1694 FillpSendConnConfirmAck(struct FillpPcb *pcb) FillpSendConnConfirmAck() argument
1751 FillpSendFinBuild(FILLP_CONST struct FillpPcb *pcb, struct FillpPktFin *req, FILLP_CONST struct FillpFinFlags *flags) FillpSendFinBuild() argument
1783 FillpSendFinInnerImpl(struct FillpPcb *pcb, FILLP_CONST struct FillpFinFlags *flags, struct sockaddr *remoteAddr) FillpSendFinInnerImpl() argument
1836 FillpSendFinInner(struct FillpPcb *pcb, FILLP_BOOL wrSet, FILLP_BOOL rdSet, FILLP_BOOL ackSet, struct sockaddr *remoteAddr) FillpSendFinInner() argument
1848 FillpSendRstWithVersionImcompatible(struct FillpPcb *pcb, struct sockaddr *remoteAddr) FillpSendRstWithVersionImcompatible() argument
1859 FillpSendFin(struct FillpPcb *pcb) FillpSendFin() argument
1877 FillpSendFinAck(struct FillpPcb *pcb, struct sockaddr *remoteAddr) FillpSendFinAck() argument
1882 FillpSendRst(struct FillpPcb *pcb, struct sockaddr *remoteAddr) FillpSendRst() argument
1889 FillpGenerateCookie(IN FILLP_CONST struct FillpPcb *pcb, IN struct FillpPktConnReq *req, IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie) FillpGenerateCookie() argument
1939 FillpValidateCookieHmac(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST FillpCookieContent *stateCookie) FillpValidateCookieHmac() argument
1995 FillpValidateCookie(IN FILLP_CONST struct FillpPcb *pcb, IN FILLP_UINT16 serverPort, IN FILLP_CONST struct sockaddr_in6 *clientAddr, IN FILLP_CONST FillpCookieContent *stateCookie) FillpValidateCookie() argument
[all...]
/third_party/lwip/src/api/
H A Dapi_msg.c159 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw() argument
218 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p, argument
293 recv_tcp(void *arg, struct tcp_pcb *pcb, struc argument
357 poll_tcp(void *arg, struct tcp_pcb *pcb) global() argument
393 poll_tcp_needed(void *arg, struct tcp_pcb *pcb) global() argument
427 sent_tcp(void *arg, struct tcp_pcb *pcb, u16_t len) global() argument
545 struct tcp_pcb *pcb; global() local
609 struct tcp_pcb *pcb = newconn->pcb.tcp; global() local
1360 lwip_netconn_do_connected(void *arg, struct tcp_pcb *pcb, err_t err) global() argument
[all...]
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c689 struct tcp_pcb *pcb; in lwiperf_start_tcp_server_impl() local
[all...]
/third_party/lwip/src/apps/sntp/
H A Dsntp.c439 sntp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in sntp_recv() argument
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c1823 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c698 dhcp6_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dhcp6_recv() argument
/third_party/lwip/src/include/lwip/
H A Dapi.h229 } pcb; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1165 void FtFillpStatPackStat(FILLP_CONST struct FillpStatisticsPcb *pcb) in FtFillpStatPackStat() argument
1202 FtFillpStatKeepAlive(FILLP_CONST struct FillpStatisticsPcb *pcb) FtFillpStatKeepAlive() argument
1224 FtFillpStatDebugStat(FILLP_CONST struct FillpStatisticsPcb *pcb) FtFillpStatDebugStat() argument
1276 FtFillpStatTraffic(FILLP_CONST struct FillpStatisticsPcb *pcb) FtFillpStatTraffic() argument
1299 FtFillpInnerStatShow( IN FILLP_UINT32 fillpStatsType, IN FILLP_CONST struct FillpStatisticsPcb *pcb) FtFillpInnerStatShow() argument
1339 struct FillpStatisticsPcb *pcb = FILLP_NULL_PTR; FtFillpStatShow() local
[all...]
H A Dfillp_dfx.c283 const struct FillpPcb *pcb = &sock->netconn->pcb->fpcb; in FillpDfxSockQosNotify() local
598 const struct FillpPcb *pcb = &sock->netconn->pcb in DoShowSockQos() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h238 static __inline FILLP_UINT32 FillpPcbGetTotalPktCnt(struct FillpPcb *pcb) in FillpPcbGetTotalPktCnt() argument
244 static __inline FILLP_BOOL FillpPcbGetDirectlySend(struct FillpPcb *pcb) in FillpPcbGetDirectlySend() argument
249 FillpPcbGetSendCacheSize(struct FillpPcb *pcb) FillpPcbGetSendCacheSize() argument
[all...]

Completed in 29 milliseconds

1234