Searched refs:inpnxt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp_usrreq.c2076 struct inpcb *inp, *inpnxt; local
2091 for (inp = udb.lh_first; inp != NULL; inp = inpnxt) {
2092 inpnxt = inp->inp_list.le_next;

Completed in 109 milliseconds