Searched refs:ipcb (Results 1 – 1 of 1) sorted by relevance
938 struct udp_pcb *ipcb; in udp_bind() local963 for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) { in udp_bind()965 if (pcb == ipcb) { in udp_bind()992 for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) { in udp_bind()993 if (pcb != ipcb) { in udp_bind()999 !ip_get_option(ipcb, SOF_REUSEADDR)) in udp_bind()1003 if ((ipcb->local_port == port) && in udp_bind()1004 (((IP_GET_TYPE(&ipcb->local_ip) == IP_GET_TYPE(ipaddr)) && in udp_bind()1006 (ip_addr_cmp(&ipcb->local_ip, ipaddr) || in udp_bind()1008 ip_addr_isany(&ipcb->local_ip))) || in udp_bind()[all …]