freebsd-skq/usr.bin/netstat
Bruce Evans de618daaf0 Fix build without INET6 and with gcc. A function definition was ifdefed
for INET6, but its protototype was not, and gcc detects the error.
2016-08-27 11:06:06 +00:00
..
bpf.c
flowtable.c
if.c
inet6.c Fix the output for scope statistics. 2016-08-17 16:56:20 +00:00
inet.c When calling netstat -Laptcp the local address values are not aligned 2016-07-15 17:40:34 +00:00
ipsec.c
main.c
Makefile
Makefile.depend
mbuf.c
mroute6.c
mroute.c
netgraph.c
netisr.c
netstat.1
netstat.h
nlist_symbols
pfkey.c Use nitems() from sys/param.h. 2016-07-30 07:06:23 +00:00
route.c Fix build without INET6 and with gcc. A function definition was ifdefed 2016-08-27 11:06:06 +00:00
sctp.c Don't duplicate code for SCTP, just use the ones used for UDP and TCP. 2016-07-17 11:43:27 +00:00
unix.c