Lines Matching refs:netcb
119 } netcb; variable
143 p = netcb.ni_forw; in closenetstat()
179 nhead = (struct netinfo *)(void *)&netcb; in initnetstat()
181 netcb.ni_forw = netcb.ni_prev = nhead; in initnetstat()
193 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) in fetchnetstat()
231 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) in fetchnetstat4()
276 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) in fetchnetstat6()
314 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) { in enter()
332 p->ni_forw = netcb.ni_forw; in enter()
333 netcb.ni_forw->ni_prev = p; in enter()
334 netcb.ni_forw = p; in enter()
363 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) { in enter6()
381 p->ni_forw = netcb.ni_forw; in enter6()
382 netcb.ni_forw->ni_prev = p; in enter6()
383 netcb.ni_forw = p; in enter6()
423 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) { in labelnetstat()
440 p = netcb.ni_forw; in shownetstat()
448 for (q = netcb.ni_forw; q != nhead; q = q->ni_forw) in shownetstat()
464 for (p = netcb.ni_forw; p != nhead; p = p->ni_forw) { in shownetstat()