freebsd-dev/usr.bin/netstat
Robert Watson ad71fe3c35 Correct a number of evolved problems with inp_vflag and inp_flags:
certain flags that should have been in inp_flags ended up in inp_vflag,
meaning that they were inconsistently locked, and in one case,
interpreted.  Move the following flags from inp_vflag to gaps in the
inp_flags space (and clean up the inp_flags constants to make gaps
more obvious to future takers):

  INP_TIMEWAIT
  INP_SOCKREF
  INP_ONESBCAST
  INP_DROPPED

Some aspects of this change have no effect on kernel ABI at all, as these
are UDP/TCP/IP-internal uses; however, netstat and sockstat detect
INP_TIMEWAIT when listing TCP sockets, so any MFC will need to take this
into account.

MFC after:      1 week (or after dependencies are MFC'd)
Reviewed by:    bz
2009-03-15 09:58:31 +00:00
..
atalk.c style(9) 2008-01-02 23:26:11 +00:00
bpf.c Catch netstat up for the new bpf stats structures. Print 64 bit values 2008-03-24 13:50:39 +00:00
if.c style(9) 2008-01-02 23:26:11 +00:00
inet6.c Remove the single global unlocked route cache ip6_forward_rt 2009-02-01 21:11:08 +00:00
inet.c Correct a number of evolved problems with inp_vflag and inp_flags: 2009-03-15 09:58:31 +00:00
ipsec.c style(9) 2008-01-02 23:26:11 +00:00
ipx.c style(9) 2008-01-02 23:26:11 +00:00
main.c Now that ifmcstat(8) does not suck, retire host-mode netstat -g. 2009-02-15 16:16:38 +00:00
Makefile Now that ifmcstat(8) does not suck, retire host-mode netstat -g. 2009-02-15 16:16:38 +00:00
mbuf.c style(9) 2008-01-02 23:26:11 +00:00
mroute6.c style(9) 2008-01-02 23:26:11 +00:00
mroute.c style(9) 2008-01-02 23:26:11 +00:00
netgraph.c style(9) 2008-01-02 23:26:11 +00:00
netstat.1 Now that ifmcstat(8) does not suck, retire host-mode netstat -g. 2009-02-15 16:16:38 +00:00
netstat.h Now that ifmcstat(8) does not suck, retire host-mode netstat -g. 2009-02-15 16:16:38 +00:00
pfkey.c style(9) 2008-01-02 23:26:11 +00:00
route.c This main goals of this project are: 2008-12-15 06:10:57 +00:00
sctp.c Fixes typo's in sctp.c 2008-04-16 17:40:30 +00:00
unix.c o With -L flag show unix sockets listen queues stats. It is useful 2008-12-31 08:56:49 +00:00