summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
AgeCommit message (Expand)Author
2000-07-06more stats. from kameitojun
2000-07-03Allocate one more byte for the asterisk after the name of interface.enami
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-07-02with -inv flag, do not truncate name of the interface (like "strip0").itojun
2000-04-19Define members previously defined as u_long in struct iftot as u_quad_t.enami
2000-02-09use NI_WITHSCOPEID when printing multicast group with -inav.itojun
2000-02-05print IPv6 scopeid on -inv. with -in, scopeid is omitted due to insufficientitojun
2000-01-25better sync with #ifdef notdef part (in -i for AF_INET).itojun
2000-01-25don't truncate IPv4 entries on -i (with -v). it is mainly foritojun
2000-01-17print IPv6 multicast group on -ia (-iav will avoid truncation)itojun
1999-12-13per-interface statistics.itojun
1999-11-19Change printf formats for 64bit counters.bouyer
1999-07-01make netstat IPv6-ready.itojun
1999-03-14Make the damned columns line up.mycroft
1999-01-11#ifndef SMALL changes. saves 30k on the sparcmrg
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-12- KNFmrg
1998-05-14Partial fix for PR kern/5435 -- changed netstat to use unsigned counterskml
1998-03-19Add support for a '-b' option to provide byte counts in and out,kml
1997-10-19fix up .Nm usage, getopt returns -1 not EOFlukem
1997-05-22PR/3660: Dave Huang: Fix formatting misalignments in appletalkchristos
1997-04-07more column alignment fixesmikel
1997-04-07PR/3451: Anders Hjalmarsson: Column alignment fixes after the netatalk addition.christos
1997-04-03- netatalk additionschristos
1997-03-26Print Ethernet and FDDI addresses in the same format as ether_ntoa().thorpej
1996-06-07Fix missing `)' in the sideways view of interfaces (i.e. netstat -w 1).thorpej
1996-06-04bump MAXIF (the maximum number of interfaces for which information is kept,cgd
1996-06-04if doing 'netstat -I <intf> -w <delay>', and netstat can't find ancgd
1996-05-07Kill a couple of unnecessary calls to strlen().thorpej
1996-05-07Update for the changes to struct ifnet. While I'm here, fix a couplethorpej
1995-10-17Implement change done in revision 1.12 (for PR #1473 & duplicates) in ajtc
1995-10-03New-style RCS ids.thorpej
1995-09-28Change formatting so that columns line up; PR #1473 + several duplicatesjtc
1995-07-03Remove an extra htonl().mycroft
1995-06-12Update to match kernel changes.mycroft
1994-09-17Align link address under `Address' header.mycroft
1994-05-13Clean up import.mycroft
1994-04-01kill lots of off_t's.cgd
1994-03-28clean up, for off_t... ugliest 'cleaning' possible, i think...cgd
1994-03-03netname() takes a struct in_addr, not an int. Breaks on sparc.deraadt
1994-02-22fix to print netstat unit number right; from Greenmancgd
1993-08-01Add RCS identifiers.mycroft
1993-07-11Included Havard Eidnes' latest changes.paul
1993-03-21after 0.2.2 "stable" patches appliedcgd