Home
last modified time | relevance | path

Searched refs:udp_pcbs (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/core/
Dudp.c80 struct udp_pcb *udp_pcbs; variable
109 for(pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) { in udp_new_port()
119 struct udp_pcb *ipcb = udp_pcbs; in udp_new_port()
125 ipcb = udp_pcbs; in udp_new_port()
229 for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
275 pcb->next = udp_pcbs;
276 udp_pcbs = pcb;
359 for (mpcb = udp_pcbs; mpcb != NULL; mpcb = mpcb->next) {
777 for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
825 pcb->next = udp_pcbs;
[all …]
/lib/liblwip/test/unit/udp/
Dtest_udp.c14 struct udp_pcb *pcb = udp_pcbs; in udp_remove_all()
/lib/liblwip/src/include/lwip/
Dudp.h119 extern struct udp_pcb *udp_pcbs;
/lib/liblwip/src/core/snmp/
Dmib2.c1859 npcb = udp_pcbs; in snmp_delete_udpidx_tree()
3892 pcb = udp_pcbs; in udpentry_get_value()