aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/ipsec.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
| | | | Notes: svn path=/head/; revision=81586
* remove warningsAssar Westerlund2001-06-151-7/+6
| | | | | | | | remove superfluous declarations make things more consistent Notes: svn path=/head/; revision=78316
* remove K&R supportAssar Westerlund2001-06-151-19/+13
| | | | Notes: svn path=/head/; revision=78314
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-12/+19
| | | | | | | Requested by: bde Notes: svn path=/head/; revision=78309
* remove most of the warningsAssar Westerlund2001-06-151-19/+12
| | | | Notes: svn path=/head/; revision=78245
* Sync with recent KAME.Hajimu UMEMOTO2001-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 Notes: svn path=/head/; revision=78064
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-0/+316
Notes: svn path=/head/; revision=62584