Searched refs:cpcb (Results 1 – 1 of 1) sorted by relevance
437 struct tcp_pcb *cpcb; in tcp_bind() local461 for(cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_bind()462 if (cpcb->local_port == port) { in tcp_bind()468 !ip_get_option(cpcb, SOF_REUSEADDR)) in tcp_bind()471 if (ip_addr_isany(&(cpcb->local_ip)) || in tcp_bind()473 ip_addr_cmp(&(cpcb->local_ip), ipaddr)) { in tcp_bind()725 struct tcp_pcb *cpcb; in tcp_connect() local729 for(cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) { in tcp_connect()730 if ((cpcb->local_port == pcb->local_port) && in tcp_connect()731 (cpcb->remote_port == port) && in tcp_connect()[all …]
Completed in 6 milliseconds