Searched refs:udp_pcbs (Results 1 - 8 of 8) 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/src/include/lwip/
H A Dudp.h71 /* udp_pcbs export for exernal reference (e.g. SNMP agent) */
72 extern struct udp_pcb *udp_pcbs;
/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-new/src/include/lwip/
H A Dudp.h145 /* udp_pcbs export for exernal reference (e.g. SNMP agent) */
146 extern struct udp_pcb *udp_pcbs;
/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
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib2.c1841 pcb = udp_pcbs;
3773 pcb = udp_pcbs;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c1859 npcb = udp_pcbs;
3892 pcb = udp_pcbs;

Completed in 261 milliseconds