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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c65 struct udp_pcb *udp_pcbs = NULL; variable in typeref:struct:udp_pcb
72 udp_pcbs = pcb_cache = NULL;
135 for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
439 for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
477 ipcb = udp_pcbs;
481 ipcb = udp_pcbs;
496 pcb->next = udp_pcbs;
497 udp_pcbs = pcb;
561 for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
568 pcb->next = udp_pcbs;
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c88 struct udp_pcb *udp_pcbs; variable in typeref:struct:udp_pcb
121 for(pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
131 struct udp_pcb *ipcb = udp_pcbs;
137 ipcb = udp_pcbs;
241 for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
294 /* move the pcb to the front of udp_pcbs so that is
297 pcb->next = udp_pcbs;
298 udp_pcbs = pcb;
382 for (mpcb = udp_pcbs; mpcb != NULL; mpcb = mpcb->next) {
1133 for (ipcb = udp_pcbs; ipc
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h294 #define udp_pcbs lwip_udp_pcbs macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h218 #define udp_pcbs lwip_udp_pcbs macro

Completed in 40 milliseconds