summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
AgeCommit message (Expand)Author
2009-12-07PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support.christos
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-04-12Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).lukem
2009-02-22Make netstat handle -a properly; that is, don't show unconnecteddholland
2008-04-24Note which things are not available by KVM, and print a nice messagethorpej
2008-04-15Make IGMP stats per-cpu.thorpej
2008-04-15Make ARP stats per-cpu.thorpej
2008-04-15Make CARP status per-cpu.thorpej
2008-04-15Use ANSI function decls throughout.thorpej
2008-04-08Change TCP stats from a structure to an array of uint64_t's.thorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2008-04-06fix build problem introduced in 1.79jnemeth
2008-04-06Change UDP stats from a structure to an array of uint64_t's.thorpej
2008-04-06Change ICMP stats from a structure to an array of uint64_t's.thorpej
2007-07-10Make netstat build again. I don't see why it has any business dumpingad
2006-09-22PR/31347: Geoff C. Wing: netstat err message is ambiguous about causeelad
2006-09-05Import of TCP ECN algorithm for congestion control.rpaulo
2006-08-17Revert previous.rpaulo
2006-08-17Adapt to ECN.rpaulo
2006-06-20It's not an error if we can't print CARP stats, it just means it's not builtrpaulo
2006-05-28Make netstat use sysctl when dumping routing tables/stats.elad
2006-05-21check if malloc(3) failedliamjfoy
2006-05-18Use PRIu64 to format uint64_t quantities, instead of %llu, inriz
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2005-08-12Use PRIxPTR when printing a pointer.elad
2005-08-08Replace usage of caddr_t with intptr_t, to allow this to build cleanlyhe
2005-08-07Use sysctl to read live kernel PF_INET PCBs.elad
2005-08-06Use sysctl to fetch IP, ICMP, TCP, and UDP statistics.elad
2005-08-04Added #include <kvm.h> since netstat.h, which is included too, needs it.rpaulo
2004-09-06Make it compile on ports where u_quad_t is not printf-format-compatiblemartin
2004-09-04IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@manu
2004-05-18print stat for TCP MD5 signatureitojun
2003-10-17Print ips_rcvmemdrop and ips_nogif.enami
2003-09-04synchronize w/ inpcb/in6pcb changeitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-20As a temporary workaround, apply the fix from PR#20390, therebyhe
2003-07-12strlcpyitojun
2003-03-22it's not necessary to limit the service name artificially to 8 charactersjdolecek
2003-02-04Update for callout changes, and show TCP timers in relative, ratherthorpej
2003-02-03Test CALLOUT_PENDING, not CALLOUT_ACTIVE.thorpej
2002-05-26path MTU discovery blackhole detection.itojun
2002-02-27if not -n and the local socket doesn't have INP_ANONPORT set, always trylukem
2001-09-15Fix a printf format/argument cast.thorpej
2001-09-10tcp_dump(): Also print the address of the in6pcb.thorpej
2001-09-10Update for TCP timer changes.thorpej
2001-09-10Update for field name changes in struct tcpcb.thorpej
2001-05-28add `-s' that prints port numbers symbolically but addresses numericallyassar
2001-04-06pedant changes for strcpy/sprintf.itojun
2001-03-20add few icmp type names.itojun
2001-03-02increase ipstat.ips_badaddr if the packet fails to pass address checks.itojun