NetBSD/usr.bin/netstat/vtw.h
drochner 4f6bdd19b5 use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration
calculation, because this doesn't get confused by system time changes,
and uses less CPU cycles
reviewed by dyoung
2011-05-11 15:08:59 +00:00

10 lines
222 B
C

#ifndef _NETSTAT_VTW_H
#define _NETSTAT_VTW_H
void show_vtw_stats(void);
void show_vtw_v4(void (*)(const vtw_t *));
void show_vtw_v6(void (*)(const vtw_t *));
void timebase(struct timeval *);
#endif /* _NETSTAT_VTW_H */