Searched refs:cpcb (Results 1 – 3 of 3) sorted by relevance
824 struct tcp_pcb *cpcb; local875 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; local1308 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {[all …]
182 …(*tcp_extarg_callback_passive_open_fn)(u8_t id, struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);
519 err_t tcp_ext_arg_invoke_callbacks_passive_open(struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);