Searched defs:udp_proxy_pcbs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c91 struct udp_pcb *udp_proxy_pcbs; variable in typeref:struct:udp_pcb
590 for (pcb = udp_proxy_pcbs; pcb != NULL; pcb = pcb->next) {
649 npcb->next = udp_proxy_pcbs;
650 udp_proxy_pcbs = npcb;
688 pprev = &udp_proxy_pcbs;
689 pcb = udp_proxy_pcbs;
1319 static struct udp_pcb **pcb_lists[] = { &udp_pcbs, &udp_proxy_pcbs };

Completed in 45 milliseconds