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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c1437 struct inpcb *inpnxt; variable in typeref:struct:inpcb
1439 for (inp = time_wait_slots[slot].lh_first; inp && i < n; inp = inpnxt) {
1440 inpnxt = inp->inp_list.le_next;
1624 struct inpcb *inpnxt; variable in typeref:struct:inpcb
1626 for (inp = time_wait_slots[slot].lh_first; inp && i < n; inp = inpnxt) {
1627 inpnxt = inp->inp_list.le_next;
H A Dudp_usrreq.c1901 struct inpcb *inp, *inpnxt; local
1915 for (inp = udb.lh_first; inp != NULL; inp = inpnxt) {
1916 inpnxt = inp->inp_list.le_next;

Completed in 26 milliseconds