summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/route.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* use __KAME__ to determine kame-based kernel.itojun2003-05-141-4/+4
|
* Remove commons; inspired by netbsd.jason2003-02-121-2/+4
|
* ansideraadt2003-02-011-50/+26
|
* correctly dump radix_node; henric@attbi.comderaadt2002-09-231-3/+36
|
* Don't print garbage when getnameinfo fails. henning@ ok.ho2002-09-191-4/+6
|
* handle < 0 and such betterderaadt2002-07-251-11/+10
|
* a night of cleanup, so i can read this easierderaadt2002-05-271-128/+122
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
|
* evil, annoying spaces and tabsmickey2002-01-171-80/+80
|
* kill more registersmpech2001-11-191-27/+28
| | | | millert@ ok
* Don't assume that the RTF_HOST flag implies that a netmask is available.brian2001-10-091-3/+3
|
* Handle snprintf returning -1brian2001-08-181-6/+11
|
* Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@niklas2001-06-251-2/+3
|
* show when pmtu is disabled on routes, more information when verbose,provos2000-12-111-2/+21
| | | | from NetBSD
* Display SPD entries.angelos2000-09-191-15/+60
|
* check getnameinfo error proprely. this can be visited on printingitojun2000-05-181-4/+8
| | | | | | radix_mask on netstat -rnAv (actually, I think it's a bad idea to use p_sockaddr for printing mask portion in radix_mask, since address family is not properly filled)
* allow mask == NULL in netname6.itojun2000-05-181-54/+57
|
* fix -in printing on IPv6 (network portion was not masked properly).itojun2000-02-051-9/+14
| | | | | enable scopeid for -in. don't truncate output on -inv.
* show blackhole flag; ura@hiru.aoba.yokohama.jpderaadt2000-01-141-2/+3
|
* Transport protocol ports are in network order.angelos2000-01-091-6/+6
|
* Oops, forgot ports/protocol numbers.angelos1999-12-201-4/+4
|
* Correctly print IPv6 addresses in IPsec flows.angelos1999-12-201-12/+55
|
* add IPv6 support from KAME. cleanup type matches with printf() format.itojun1999-12-081-17/+176
| | | | KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.
* routing interface sends aligned to long word boundaries; itojunderaadt1999-09-221-5/+9
|
* Use a.b.c.d/nn syntax for encap route output.ho1999-06-261-23/+12
|
* print subnets containing 0 octets correctly; peterderaadt1999-03-151-5/+5
|
* Grok protocol/address family PF_KEY.angelos1999-02-241-7/+8
|
* Fix snprintf return value usage.millert1998-06-231-7/+21
|
* you want MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1deraadt1998-05-181-6/+6
|
* oflow paranoiaderaadt1998-02-271-23/+28
|
* strncpy sanitizationderaadt1998-02-261-6/+8
|
* * netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).peter1998-02-261-50/+33
| | | | * beginnings of a -v (verbose) option.
* line up headers when showing route tablekstailey1997-07-281-3/+3
|
* make CIA fitmickey1997-07-251-3/+3
| | | | make interface names fit
* Add AppleTalk support. TODO: route.c does not handle netranges.denny1997-07-231-2/+13
|
* Adjusted the spaces a bit.angelos1997-07-141-8/+8
|
* Show the new field in the encap sockaddrs.angelos1997-07-131-13/+26
|
* Use correct spacing on both 32bit and 64bit machines.millert1997-06-291-4/+5
|
* Make fields line up nicely for 64-bit addresses. Should probably #ifmillert1997-06-291-9/+10
| | | | some things based on sizeof(long).
* Mostly clean -Wall + 64bit issues.millert1997-06-291-18/+19
|
* leave out some fields for ipsp not any longer used in new encapprovos1997-06-291-8/+7
|
* 64bit fixes similar to some in sbin/route/route.cmillert1997-06-241-6/+5
|
* indentderaadt1997-06-181-37/+42
|
* Be a bit more verbose for AF_ENCAP "routing" entries.angelos1997-06-181-8/+64
|
* Attempt to give the entire passed address to getnetbyaddr() before startingtholo1997-01-251-24/+27
| | | | to try various network masks
* r?index -> strr?chrmillert1997-01-171-4/+4
|
* fix a freak of misalignmentderaadt1996-10-251-4/+4
|
* ipx.mickey1996-08-161-2/+78
|
* no oflow in case of really bizzare routing tablesderaadt1996-08-061-5/+10
|