Searched refs:pcb2 (Results 1 – 5 of 5) 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()
15 struct udp_pcb *pcb2; in udp_remove_all() local18 pcb2 = pcb; in udp_remove_all()20 udp_remove(pcb2); in udp_remove_all()
17 struct tcp_pcb *pcb2; in tcp_remove() local20 pcb2 = pcb; in tcp_remove()22 tcp_abort(pcb2); in tcp_remove()