Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/systat/
H A Dnetstat.c119 } 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()
[all …]