freebsd-dev/usr.bin/sockstat
Mike Karels 64acb29b7d sockstat: change check for wildcard sockets to avoid historical classes
sockstat was checking whether a bound address was "host 0", the lowest
host on a network, using inet_lnaof().  This only works for class A/B/C.
However, it isn't useful to bind such an address unless it is really
the unspecified address INADDR_ANY.  Change the check to to use that.

MFC after:	1 month
Reviewd by:	tuexen
Differential Revision: https://reviews.freebsd.org/D32715
2021-11-09 09:34:44 -06:00
..
Makefile sockstat: use cap_pwd 2021-06-18 18:08:30 +02:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
sockstat.1 tcp: add support for TCP over UDP 2021-04-18 16:16:42 +02:00
sockstat.c sockstat: change check for wildcard sockets to avoid historical classes 2021-11-09 09:34:44 -06:00