freebsd-dev/usr.bin/netstat
Gleb Smirnoff c1b90938b1 Now fix functionality of 'netstat -f netgraph' that hasn't worked
starting from netgraph import in 1999.

netstat(8) used pointer to node as node address, oops. That didn't
work, we need the node ID in brackets to successfully address a node.
We can't look into ng_node, due to inability to include netgraph/netgraph.h
in userland code. So let the node make a hint for a userland, storing
the node ID in its private data.

MFC after:	2 weeks
2010-03-12 15:04:59 +00:00
..
atalk.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
bpf.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
if.c Add a new option, -q howmany, which when used in conjuction with -w, 2010-01-11 03:00:17 +00:00
inet6.c Add MLDv2 statistic IDs to netstat for IPv6 stack. 2009-04-29 09:52:04 +00:00
inet.c In netstat -x, do not try to print out tcp timer status for udp sockets. 2009-09-23 05:32:33 +00:00
ipsec.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
ipx.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
main.c Teach netstat -Q to work with -N and -M by adding libkvm versions of data 2010-03-01 00:46:45 +00:00
Makefile Teach netstat(1) to print out netisr statistics when given the -Q argument. 2010-02-22 15:57:36 +00:00
mbuf.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
mroute6.c style(9) 2008-01-02 23:26:11 +00:00
mroute.c Bracket struct mfc and struct rtdetq with #ifdef _KERNEL. 2009-04-21 12:47:09 +00:00
netgraph.c Now fix functionality of 'netstat -f netgraph' that hasn't worked 2010-03-12 15:04:59 +00:00
netisr.c Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' in 2010-03-01 12:11:37 +00:00
netstat.1 Update date on netstat(1) for -Q. 2010-02-22 16:05:45 +00:00
netstat.h Teach netstat -Q to work with -N and -M by adding libkvm versions of data 2010-03-01 00:46:45 +00:00
pfkey.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
route.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
sctp.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
unix.c netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were required 2009-10-05 15:06:14 +00:00