summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/route.c
Commit message (Expand)AuthorAgeFilesLines
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeglebius2004-07-281-0/+1
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-10/+11
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-7/+1
* Fix some minor nits in netstat whereby large interface names would bebms2003-11-281-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+2
* remove unneeded include of route.hsam2003-10-031-0/+1
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-051-83/+0
* Warns cleanups for netstat:dwmalone2002-09-051-42/+44
* Fix incorrect cast.kbyanc2002-07-161-1/+1
* Use calculated column widths for the routing table display when -W iskbyanc2002-06-051-55/+208
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)silby2002-05-311-1/+1
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).ru2002-04-061-13/+6
* Fixed bugs from revision 1.27. Specifically:ru2001-10-111-9/+16
* Deprecate the -l option in favour of more natural -W.ru2001-09-071-6/+6
* Make `rttrash' variable (#routes not in table but not freed) visibleru2001-06-291-3/+13
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sru2001-06-291-8/+3
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.ru2001-06-231-10/+10
* remove warningsassar2001-06-151-5/+0
* remove K&R supportassar2001-06-151-60/+35
* revert removal of warning and K&R supportassar2001-06-151-23/+48
* Line up `netstat -rl' display.ru2001-06-151-5/+7
* remove most of the warningsassar2001-06-151-48/+23
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-8/+8
* Add missing column for Mtu in header when -rl is specified.ume2001-06-111-4/+13
* Sync with recent KAME.ume2001-06-111-2/+9
* Always print at least 2 bytes for IN_CLASSB_NET networks.ru2001-06-081-10/+29
* Restore printing of routes cloned from a RTF_CLONING parentru2001-05-071-3/+7
* net/route.c:ru2001-03-151-2/+2
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-141-6/+7
* Fixed the printing of header for IPv4 routing table without -l option.ru2000-09-181-1/+1
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-43/+35
* Use Garrett's new (clearer) names.markm2000-04-231-7/+7
* Don't suppress Flags and Refs info for IPv4 entries.shin2000-03-141-2/+2
* Instead of reporting all 0.0.0.0 as ``default'' only reportrgrimes2000-01-071-2/+5
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-34/+8
* Added missing declaration for argment specification at pr_rthdr(),shin1999-12-211-3/+4
* define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 relatedshin1999-12-211-12/+32
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-9/+174
* Cleanup missing includes, stale includes, and a few printf formatdillon1999-10-231-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change casts from int to u_long and formats from %x to %lx.jb1998-08-181-6/+7
* Fixed type mismatches and style bugs in rev.1.30.bde1998-07-061-8/+6
* o Use snprintf over sprintf.imp1998-06-091-8/+11
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrphk1998-04-221-12/+14
* The current version of netstat does not print the interfacephk1998-04-191-53/+72
* Remove prog, unused variables.charnier1997-07-291-5/+1
* Remove some quite bogus code that tried to find subnet names but insteadphk1997-05-251-29/+5
* Add the new ipx statistics variables.jhay1997-05-101-12/+3
OpenPOWER on IntegriCloud