Home
last modified time | relevance | path

Searched refs:cpcb (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/
Dtcp.c666 struct tcp_pcb *cpcb; in tcp_bind() local
717 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_bind()
718 if (cpcb->local_port == port) { in tcp_bind()
724 !ip_get_option(cpcb, SOF_REUSEADDR)) in tcp_bind()
728 if ((IP_IS_V6(ipaddr) == IP_IS_V6_VAL(cpcb->local_ip)) && in tcp_bind()
729 (ip_addr_isany(&cpcb->local_ip) || in tcp_bind()
731 ip_addr_cmp(&cpcb->local_ip, ipaddr))) { in tcp_bind()
1127 struct tcp_pcb *cpcb; in tcp_connect() local
1131 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_connect()
1132 if ((cpcb->local_port == pcb->local_port) && in tcp_connect()
[all …]
/third_party/lwip/src/include/lwip/
Dtcp.h182 …(*tcp_extarg_callback_passive_open_fn)(u8_t id, struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h514 err_t tcp_ext_arg_invoke_callbacks_passive_open(struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);