summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
AgeCommit message (Expand)Author
2010-06-29Allow selecting both address family and protocol by passing the address familyBret Lambert
2009-11-05IPv6 support for divert sockets.Michele Marchetto
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
2009-02-07add missing headers needed for warn() and err().Charles Longeau
2009-02-02Fix typo, from Joao Salvatti <salvatti@gmail.com>.Marc Balmer
2008-10-14inet6print() has no 4th argumentTheo de Raadt
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-05-08Receiving carp packets for unknown vhid's is not really an error.Marco Pfatschbacher
2008-02-05Change the method of identifying server connections to hide fromStuart Henderson
2007-12-19delete rcsid crudTheo de Raadt
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk Floeter
2007-09-03Make use of the carp preempt counter to signal number of transitions ofJoel Knight
2007-06-19"off" isn't a pointer, it's a ulong. According to printf(3), %#lxRay Lai
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2005-08-11print pmtu TCB variablesMarkus Friedl
2005-08-11New counter for not joined IPv4 multicast groups.Marco Pfatschbacher
2005-06-15add -P for dumping PCB infos, similar to netbsd; ok deraadt@Markus Friedl
2005-04-05add tcp sack stats, similar to freebsd; ok deraadtMarkus Friedl
2005-03-30spacingTheo de Raadt
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-02-10backout previous; i committed to wrong repository (i meant to commit kame)Jun-ichiro itojun Hagino
2005-02-10dccp supportJun-ichiro itojun Hagino
2005-01-14Allow netstat to print PIM statistics.Ryan Thomas McBride
2004-11-17Add missing counters to 'netstat -sp carp' output.Ryan Thomas McBride
2004-09-09printing the raw ip protocol name breaks the protocol loop, so justOtto Moerbeek
2004-04-28carp stats cleanup:Ryan Thomas McBride
2004-04-28pfsync stats fixups:Ryan Thomas McBride
2004-04-24print tcps_rcvacktooold; ok henningMarkus Friedl
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2004-02-29print tcps_conndrained; reminder from mcbride@Markus Friedl
2004-02-26better englishMarkus Friedl
2004-02-26print tcps_rcvmemdrop; ok deraadtMarkus Friedl
2004-01-15print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@Markus Friedl
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
2004-01-06import netbsd's version of David Borman's syncache codeMarkus Friedl
2003-12-27Fix cut-n-paste oversight in pfsync_stats().Ryan Thomas McBride
2003-12-22remove a suplicate commentMichael Shalayeff
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
2003-10-25#undef p2 in carp_stats()Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-07-07protosTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright