Searched refs:udp_pcbs (Results 1 – 5 of 5) sorted by relevance
81 struct udp_pcb *udp_pcbs; variable120 struct udp_pcb *ipcb = udp_pcbs; in udp_new_port()126 ipcb = udp_pcbs; in udp_new_port()295 pcb->next = udp_pcbs; in udp_input()296 udp_pcbs = pcb; in udp_input()977 pcb->next = udp_pcbs; in udp_bind()978 udp_pcbs = pcb; in udp_bind()1037 pcb->next = udp_pcbs; in udp_connect()1038 udp_pcbs = pcb; in udp_connect()1100 if (udp_pcbs == pcb) { in udp_remove()[all …]
140 pcb = udp_pcbs; in udp_endpointTable_get_cell_value()173 pcb = udp_pcbs; in udp_endpointTable_get_next_cell_instance_and_value()255 pcb = udp_pcbs; in udp_Table_get_cell_value()281 pcb = udp_pcbs; in udp_Table_get_next_cell_instance_and_value()
111 extern struct udp_pcb *udp_pcbs;
575 for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) in list_udps()
Completed in 7 milliseconds