Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/systat/
H A Dnetstat.c215 struct inpcbtable pcbtable; in fetchnetstat4() local
223 KREAD(off, &pcbtable, sizeof pcbtable); in fetchnetstat4()
225 next = TAILQ_FIRST(&pcbtable.inpt_queue); in fetchnetstat4()
226 while (next != TAILQ_END(&pcbtable.inpt_queue)) { in fetchnetstat4()
260 struct inpcbtable pcbtable; in fetchnetstat6() local
268 KREAD(off, &pcbtable, sizeof pcbtable); in fetchnetstat6()
270 next = TAILQ_FIRST(&pcbtable.inpt_queue); in fetchnetstat6()
271 while (next != TAILQ_END(&pcbtable.inpt_queue)) { in fetchnetstat6()