Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dnetbw.c192 struct mytcpcb *mytcp; in closenetbw() local
194 while ((mytcp = RB_ROOT(&mytcp_tree)) != NULL) { in closenetbw()
195 RB_REMOVE(mytcpcb_tree, &mytcp_tree, mytcp); in closenetbw()
196 free(mytcp); in closenetbw()