Searched refs:mpcb (Results 1 – 1 of 1) sorted by relevance
382 struct udp_pcb *mpcb; in udp_input() local383 for (mpcb = udp_pcbs; mpcb != NULL; mpcb = mpcb->next) { in udp_input()384 if (mpcb != pcb) { in udp_input()386 if ((mpcb->local_port == dest) && in udp_input()387 (udp_input_local_match(mpcb, inp, broadcast) != 0)) { in udp_input()389 if (mpcb->recv != NULL) { in udp_input()397 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src); in udp_input()