Lines Matching refs:udp_pcbs
80 struct udp_pcb *udp_pcbs;
109 for(pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
119 struct udp_pcb *ipcb = udp_pcbs;
125 ipcb = udp_pcbs;
229 for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
272 /* move the pcb to the front of udp_pcbs so that is
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;
826 udp_pcbs = pcb;
893 for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
900 pcb->next = udp_pcbs;
901 udp_pcbs = pcb;
952 if (udp_pcbs == pcb) {
954 udp_pcbs = udp_pcbs->next;
957 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {
958 /* find pcb in udp_pcbs list */