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
bpf.c
if.c
inet6.c
inet.c
ipsec.c
ipx.c
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
mbuf.c
mroute6.c
mroute.c
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
route.c
sctp.c
unix.c