freebsd-dev/usr.bin/netstat
Kelly Yancey 100b98db75 Add support for printing IPSEC protocol stats if the kernel was compiled
with FAST_IPSEC rather than the KAME IPSEC stack.

Note that the output of "netstat -s -p ipsec" differs depending on which
stack is compiled into the kernel since they each keep different stats.
This delta also adds the "esp", "ah", and "ipcomp" protocol stats, which
are also available when the kernel is compiled with the FAST_IPSEC stack
(e.g. "netstat -s -p esp").

Submitted by:	Matt Titus <titus at nttmcl dot com>
MFC after:	3 days
2005-12-28 20:36:55 +00:00
..
atalk.c
bpf.c Use is '-' to imply that the flag is not set, rather than '.'. 2005-09-15 16:09:24 +00:00
if.c Align output. 2005-11-09 15:12:57 +00:00
inet6.c
inet.c
ipsec.c Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
ipx.c
main.c Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
Makefile Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
mbuf.c Remove two lines of debugging output that accidentally snuck into the 2005-11-28 18:06:21 +00:00
mcast.c
mroute6.c
mroute.c
netgraph.c
netstat.1 Provide some basic documentation explaining what the bpf(4) flags are 2005-12-18 19:38:43 +00:00
netstat.h Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
pfkey.c Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
route.c
unix.c