Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp.c824 struct tcp_pcb *cpcb; local
875 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {
877 …if (cpcb->local_port == port && (get_net_group_from_tcp_pcb(pcb) == get_net_group_from_tcp_pcb(cpc…
879 if (cpcb->local_port == port) {
886 !ip_get_option(cpcb, SOF_REUSEADDR))
890 if ((IP_IS_V6(ipaddr) == IP_IS_V6_VAL(cpcb->local_ip)) &&
891 (ip_addr_isany(&cpcb->local_ip) ||
893 ip_addr_cmp(&cpcb->local_ip, ipaddr))) {
1304 struct tcp_pcb *cpcb; local
1308 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {
[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.h519 err_t tcp_ext_arg_invoke_callbacks_passive_open(struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);