freebsd-dev/usr.bin/sockstat
Robert Watson 4cf172fd65 Remove unused v6 macro aliases for inpcb fields:
in6p_ip6_nxt
        in6p_vflag
        in6p_flags
        in6p_socket
        in6p_lport
        in6p_fport
        in6p_ppcb

Remove unused v6 macro aliases for inpcb flags:

        IN6P_HIGHPORT
        IN6P_LOWPORT
        IN6P_ANONPORT
        IN6P_RECVIF
        IN6P_MTUDISC
        IN6P_FAITH
        IN6P_CONTROLOPTS

References to in6p_lport and in6_fport in sockstat are also replaced with
normal inp_lport and inp_fport references.

MFC after:	3 days
Reviewed by:	bz
2009-03-10 17:57:41 +00:00
..
Makefile Let bsd.prog.mk set SRCS and MAN to their default values. 2005-01-28 16:08:11 +00:00
sockstat.1 Add an -L option to ignore loopback Internet sockets. 2008-05-19 11:32:44 +00:00
sockstat.c Remove unused v6 macro aliases for inpcb fields: 2009-03-10 17:57:41 +00:00