opnsense-src/usr.bin/sockstat
Mike Karels 5abf4c8aa7 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.

(cherry picked from commit 64acb29b7d)
2021-12-10 10:27:24 -06:00
..
Makefile Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8), 2018-07-03 23:47:20 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
sockstat.1 sockstat(1): Update Synopsis section 2021-11-13 01:14:51 -05:00
sockstat.c sockstat: change check for wildcard sockets to avoid historical classes 2021-12-10 10:27:24 -06:00