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 Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). 2004-07-26 20:18:11 +00:00
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 Use the length modifier 'll' instead of 'q' to print long longs. 2004-07-28 16:03:13 +00:00
inet.c Silence a warning on systems without carp(4). 2005-04-12 08:47:04 +00:00
ipsec.c Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
ipx.c evise use of queue(9) macros for netipx when used from userspace: 2005-01-02 19:26:06 +00:00
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 Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). 2004-07-26 20:18:11 +00:00
mroute6.c Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). 2004-07-26 20:18:11 +00:00
mroute.c Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). 2004-07-26 20:18:11 +00:00
netgraph.c Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). 2004-07-26 20:18:11 +00:00
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 NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines 2005-05-13 16:31:11 +00:00
unix.c Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). 2004-07-26 20:18:11 +00:00