summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
AgeCommit message (Expand)Author
2016-12-23in getpcblist_sysctl() if sysctlnametomib() fails, return NULL andmrg
2015-02-08Allocate the right size for pcb blocks.christos
2015-02-07print the timer flags.christos
2013-11-23Update for new pcb tailq's.christos
2013-06-20Not all pointers are 64bit - use uintptr_t instead of uint64_t.martin
2013-06-19Don't use -P as a kmem printer, verify that the address points to a pcb first!christos
2011-12-24use the names from the include files.christos
2011-10-04PR/43968 -- add 'segqlen' of TCPCB to 'netstat -P'.shattered
2011-05-11Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip.dyoung
2011-05-11use getmicrouptime(9) rather than microtime(9) for TIME_WAIT durationdrochner
2011-05-03Do not display expired or reclaimed vestigial TIME_WAIT entries.dyoung
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2011-03-02Use __arraycount() and PRIu64. Delete unnecessary casts to unsigneddyoung
2011-03-01Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c doesdyoung
2010-12-13Add netstat rump client. For now, it always sets -X, i.e. willpooka
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