summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/ipsec.c
Commit message (Collapse)AuthorAgeFilesLines
* - support hmac-ripemd160.ume2004-02-051-1/+10
| | | | | | - support AES XCBC MAC/AES counter mode. Obtained from: KAME
* print stats on SPD cache lookups.ume2004-02-051-0/+5
| | | | Obtained from: KAME
* - %d is 12 chars, not 10. use NI_MAX* where appropriate.ume2004-02-051-67/+52
| | | | | | | | - goodbye RC5. - use %llu directly. - KNF. Obtained from: KAME
* Warns cleanups for netstat:dwmalone2002-09-051-2/+2
| | | | | | | | | | | 1) Include arpa/inet.h for ntohs. 2) Constness fixes. 3) Fix shadowing except for "sin" which shouldn't be in scope. 4) Remove register keyword. 5) Add missing initialsers to user defined structs. 5) Make prototype of netname6 globally visable. 6) Use right macros for printing syncache stats (even though entrie isn't a word).
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
|
* remove warningsassar2001-06-151-7/+6
| | | | | remove superfluous declarations make things more consistent
* remove K&R supportassar2001-06-151-19/+13
|
* revert removal of warning and K&R supportassar2001-06-151-12/+19
| | | | Requested by: bde
* remove most of the warningsassar2001-06-151-19/+12
|
* Sync with recent KAME.ume2001-06-111-41/+57
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-0/+316
OpenPOWER on IntegriCloud