NetBSD/usr.bin/netstat
manu cbae0e6269 Make sure netstat builds with -DSMALL
src/usr.bin/netstat relies on code from src/sbin/route. WHen building
with -DSMALL, some functions such as mpls_ntoa() or p_rtrmx() are not
built in src/sbin/route. We therefore have to make sure they are not
used in src/usr.bin/netstat.
2015-05-25 03:56:20 +00:00
..
Makefile Fix rump.{netstat,route} shows host's interface names in link local addresses 2015-05-15 06:58:59 +00:00
atalk.c
bpf.c
fast_ipsec.c
if.c adjust to the netname4 prototype. 2015-01-07 22:43:01 +00:00
inet.c Allocate the right size for pcb blocks. 2015-02-08 15:09:45 +00:00
inet6.c Allocate the right size for pcb blocks. 2015-02-08 15:09:45 +00:00
main.c PR/47704: Takahiro HAYASHI: Fix -L flag 2014-11-12 03:34:59 +00:00
mbuf.c
mroute.c use the common code from route.c 2014-11-06 21:30:09 +00:00
mroute6.c use the common code from route.c 2014-11-06 21:30:09 +00:00
netstat.1 Add RTF_BROADCAST to mark routes used for the broadcast address when 2015-03-23 18:33:17 +00:00
netstat.h use the common code from route.c 2014-11-06 21:30:09 +00:00
netstat_hostops.c
netstat_rumpops.c
pfkey.c
pfsync.c
prog_ops.h
route.c Make sure netstat builds with -DSMALL 2015-05-25 03:56:20 +00:00
unix.c
vtw.c
vtw.h