Home
last modified time | relevance | path

Searched refs:pcb2 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Draw.c414 struct raw_pcb *pcb2; in raw_remove() local
421 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()
A Dudp.c1096 struct udp_pcb *pcb2; in udp_remove() local
1105 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()
A Dtcp.c1152 struct tcp_pcb *pcb2; in tcp_slowtmr() local
1174 pcb2 = pcb; in tcp_slowtmr()
1176 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()
1226 struct tcp_pcb *pcb2; in tcp_slowtmr() local
1237 pcb2 = pcb; in tcp_slowtmr()
1239 memp_free(MEMP_TCP_PCB, pcb2); in tcp_slowtmr()

Completed in 8 milliseconds