diff options
| author | Kelly Yancey <kbyanc@FreeBSD.org> | 2005-12-28 20:36:55 +0000 |
|---|---|---|
| committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2005-12-28 20:36:55 +0000 |
| commit | 100b98db7576b0ca1bbc465795480b0202014f4b (patch) | |
| tree | 2ab5b6014aab6dcec0f6fad9abd7981ca2b4acb9 /usr.bin/netstat/netstat.h | |
| parent | 5108cc565a0265d2c6fb4c5425bfead411546955 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat/netstat.h')
| -rw-r--r-- | usr.bin/netstat/netstat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 3d3e745c52d1..1eb6288be8fc 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -76,6 +76,12 @@ void carp_stats (u_long, const char *, int); void pfsync_stats (u_long, const char *, int); #ifdef IPSEC void ipsec_stats(u_long, const char *, int); +#ifdef FAST_IPSEC +void ipsec_stats_new (u_long, const char *, int); +void esp_stats (u_long, const char *, int); +void ah_stats (u_long, const char *, int); +void ipcomp_stats (u_long, const char *, int); +#endif #endif #ifdef INET6 |
