Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dudp.c383 struct udp_pcb *mpcb; in udp_input() local
386 for (mpcb = udp_pcbs; mpcb != NULL; mpcb = mpcb->next) { in udp_input()
387 if (mpcb != pcb) { in udp_input()
389 if ((mpcb->local_port == dest) && in udp_input()
390 (udp_input_local_match(mpcb, inp, broadcast) != 0)) { in udp_input()
392 if (mpcb->recv != NULL) { in udp_input()
405 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src); in udp_input()

Completed in 4 milliseconds