aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
Commit message (Expand)AuthorAgeFilesLines
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]Peter Wemm2003-03-051-31/+0
* - Determine the size of buffers with sizeof() instead of usingRobert Drehmel2003-02-101-7/+7
* Warns cleanups for netstat:David Malone2002-09-051-8/+7
* fix warnings; change variable/argument names that mask global names.Mark Murray2002-04-281-4/+4
* Print statistics for AF_IPX.Matthew N. Dodd2001-10-191-0/+2
* The previous change also disaligned lines with AF_IPX and AF_NSRuslan Ermilov2001-10-091-10/+10
* Minor output formatting for 'netstat -i':Matthew N. Dodd2001-10-091-7/+7
* Implement the ``-f address_family'' filter for -i.Ruslan Ermilov2001-09-111-1/+7
* remove warningsAssar Westerlund2001-06-151-3/+4
* remove K&R supportAssar Westerlund2001-06-151-18/+8
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-7/+16
* First round of netstat(1) cleanup.Ruslan Ermilov2001-06-151-1/+1
* remove most of the warningsAssar Westerlund2001-06-151-16/+7
* Add missing break when printing IPv6 multicast addresses.Bill Fenner2001-04-261-1/+2
* Don't core dump when given "-i -a". Problem caused by a mistakenPoul-Henning Kamp2001-03-301-1/+2
* When displaying interface statistics with -i show a '-' for anyJosef Karthauser2001-03-041-15/+64
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-16/+15
* Now that the amount of (pseudo) interfaces is growing with IPv6,Guido van Rooij2000-10-301-22/+30
* Augment the 'ifaddr' structure with a 'struct if_data' to keepJosef Karthauser2000-10-191-9/+47
* Fix bug: "netstat -si" prints interface information, but the headerJohn Polstra2000-07-281-1/+1
* Print mac addresses in standard byte:byte format rather thanJordan K. Hubbard2000-01-031-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-18/+70
* Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch ofDoug Rabson1999-11-091-9/+10
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-231-1/+1
* Cleanup towards -WallJulian Elischer1999-10-211-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for printing bridging statistics with ``-p bdg '' .Luigi Rizzo1999-04-261-1/+36
* IPX address formatting nit.Bill Fumerola1999-04-201-2/+2
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Print out the interface's multicast addresses using the newGarrett Wollman1997-01-131-51/+43
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.Garrett Wollman1997-01-031-0/+5
* Learn to follow the new interface address lists.Garrett Wollman1996-12-131-2/+2
* Understand queue-ized ifnet structures.Garrett Wollman1996-12-111-5/+14
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-0/+1
* Display multicast addresses if the "a" flag is used in combinationBill Fenner1996-12-021-0/+60
* fix printing of netranges in the i and r displays for netatalkJulian Elischer1996-08-311-2/+2
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-2/+2
* appletalk cleanupsJulian Elischer1996-07-091-0/+5
* Code cleanup: remove unused variables, use correct *printf formatAlexander Langer1996-06-021-8/+7
* Make the -w option actually useful to people. Instead of it creating aDavid Greenman1996-02-291-88/+75
* XNS sort-of-support is no more.Garrett Wollman1996-02-131-0/+6
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)Garrett Wollman1996-02-061-0/+4
* Merge in Lite-2 changes.Peter Wemm1996-01-141-2/+2
* Increase width of Network column from 11 to 13 for the AF_INET case.Stefan Eßer1995-11-221-2/+2
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-5/+23
* Fixed netstat to not bogusly mangle the argv[] command args by rewritingDavid Greenman1995-09-231-14/+12
* Output statistics as unsigned in the -w section.David Greenman1995-07-291-12/+12