Searched refs:pcb2 (Results 1 – 3 of 3) sorted by relevance
302 struct raw_pcb *pcb2; in raw_remove() local309 for(pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { in raw_remove()311 if (pcb2->next != NULL && pcb2->next == pcb) { in raw_remove()313 pcb2->next = pcb->next; in raw_remove()
948 struct udp_pcb *pcb2; local957 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {959 if (pcb2->next != NULL && pcb2->next == pcb) {961 pcb2->next = pcb->next;
948 struct tcp_pcb *pcb2; in tcp_slowtmr() local969 pcb2 = pcb; in tcp_slowtmr()971 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()1018 struct tcp_pcb *pcb2; in tcp_slowtmr() local1029 pcb2 = pcb; in tcp_slowtmr()1031 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()
Completed in 6 milliseconds