diff options
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 |
