NetBSD/sbin/route
ozaki-r 44996ea918 Include a few additional libc functions in rump.route to make it work with inet6
getaddrinfo and if_nametoindex are newly added to interpret interface names
in IPv6 link-local addresses. if_nametoindex looks not used in rump.route,
but it is needed because it is used indirectly from getaddrinfo.

From s-yamaguchi@IIJ
2015-09-14 05:12:52 +00:00
..
extern.h Factor out the netstat route printing code and use it here. There is no 2014-11-06 21:29:32 +00:00
keywords.c Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
keywords.h Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
keywords.sh Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
Makefile Include a few additional libc functions in rump.route to make it work with inet6 2015-09-14 05:12:52 +00:00
prog_ops.h Factor out the netstat route printing code and use it here. There is no 2014-11-06 21:29:32 +00:00
route_hostops.c Convert from RUMP_ACTION to RUMPPRG. 2010-12-13 17:39:47 +00:00
route_rumpops.c Convert from RUMP_ACTION to RUMPPRG. 2010-12-13 17:39:47 +00:00
route.8 Add RTF_BROADCAST to mark routes used for the broadcast address when 2015-03-23 18:33:17 +00:00
route.c Add RTF_BROADCAST to mark routes used for the broadcast address when 2015-03-23 18:33:17 +00:00
rtutil.c Add RTF_BROADCAST to mark routes used for the broadcast address when 2015-03-23 18:33:17 +00:00
rtutil.h make netname4 match the netname6 signature avoiding a NULL pointer. 2015-01-07 22:38:32 +00:00
show.c Add RTF_BROADCAST to mark routes used for the broadcast address when 2015-03-23 18:33:17 +00:00