Searched refs:pcb2 (Results 1 – 3 of 3) sorted by relevance
306 struct raw_pcb *pcb2; in raw_remove() local313 for(pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in raw_remove()315 if (pcb2->next != NULL && pcb2->next == pcb) { in raw_remove()317 pcb2->next = pcb->next; in raw_remove()
901 struct udp_pcb *pcb2; local910 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {912 if (pcb2->next != NULL && pcb2->next == pcb) {914 pcb2->next = pcb->next;
908 struct tcp_pcb *pcb2; in tcp_slowtmr() local926 pcb2 = pcb; in tcp_slowtmr()928 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()965 struct tcp_pcb *pcb2; in tcp_slowtmr() local976 pcb2 = pcb; in tcp_slowtmr()978 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()