This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.bin
/
netstat
History
bde
75e3719bec
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
…