udp_pcb::next is only used within LwIP.
 
Symbols
loading...
Files
loading...

udp_pcb::next field

Syntax

struct udp_pcb *next;

References

LocationReferrerText
udp.h:87
struct udp_pcb *next;
udp.c:110udp_new_port()
for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
udp.c:253udp_input()
for (pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) {
udp.c:296udp_input()
prev->next = pcb->next;
udp.c:297udp_input()
pcb->next = udp_pcbs;
udp.c:959udp_bind()
for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
udp.c:988udp_bind()
for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
udp.c:1020udp_bind()
pcb->next = udp_pcbs;
udp.c:1106udp_connect()
for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {
udp.c:1113udp_connect()
pcb->next = udp_pcbs;
udp.c:1191udp_remove()
udp.c:1194udp_remove()
for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {
udp.c:1196udp_remove()
if (pcb2->next != NULL && pcb2->next == pcb) {
udp.c:1198udp_remove()
pcb2->next = pcb->next;
udp.c:1283udp_netif_ip_addr_changed()
for (upcb = udp_pcbs; upcb != NULL; upcb = upcb->next) {

Data Use

Functions writing udp_pcb::next
Functions reading udp_pcb::next
udp_pcb::next
Type of udp_pcb::next
udp_pcb::next
all items filtered out