Searched refs:pcb2 (Results 1 – 3 of 3) sorted by relevance
414 struct raw_pcb *pcb2; in raw_remove() local421 for (pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in raw_remove()423 if (pcb2->next != NULL && pcb2->next == pcb) { in raw_remove()425 pcb2->next = pcb->next; in raw_remove()
1096 struct udp_pcb *pcb2; in udp_remove() local1105 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in udp_remove()1107 if (pcb2->next != NULL && pcb2->next == pcb) { in udp_remove()1109 pcb2->next = pcb->next; in udp_remove()
1152 struct tcp_pcb *pcb2; in tcp_slowtmr() local1174 pcb2 = pcb; in tcp_slowtmr()1176 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()1226 struct tcp_pcb *pcb2; in tcp_slowtmr() local1237 pcb2 = pcb; in tcp_slowtmr()1239 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()
Completed in 8 milliseconds