NetBSD/sys/netkey
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
Makefile
key.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
key.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
key_debug.c fix include pathname for better rfc2292 compliance. 2000-02-06 12:49:37 +00:00
key_debug.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
key_var.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
keydb.c fix include pathname for better rfc2292 compliance. 2000-02-06 12:49:37 +00:00
keydb.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
keysock.c fix include pathname for better rfc2292 compliance. 2000-02-06 12:49:37 +00:00
keysock.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
keyv2.h for more strict rfc2367 conformance, move netkey/keyv2.h into net/pfkeyv2.h 2000-02-09 03:27:29 +00:00