| version 1.132, 2011/06/01 22:59:44 |
version 1.133, 2011/11/19 22:51:29 |
| Line 85 __KERNEL_RCSID(0, "$NetBSD$"); |
|
| Line 85 __KERNEL_RCSID(0, "$NetBSD$"); |
|
| #include <sys/syslog.h> |
#include <sys/syslog.h> |
| #include <sys/proc.h> |
#include <sys/proc.h> |
| #include <sys/sysctl.h> |
#include <sys/sysctl.h> |
| |
#include <sys/cprng.h> |
| |
|
| #include <net/if.h> |
#include <net/if.h> |
| #include <net/if_types.h> |
#include <net/if_types.h> |
|
|
| addrsel_policy_init(); |
addrsel_policy_init(); |
| nd6_init(); |
nd6_init(); |
| frag6_init(); |
frag6_init(); |
| ip6_desync_factor = arc4random() % MAX_TEMP_DESYNC_FACTOR; |
ip6_desync_factor = cprng_fast32() % MAX_TEMP_DESYNC_FACTOR; |
| |
|
| ip6_init2((void *)0); |
ip6_init2((void *)0); |
| #ifdef GATEWAY |
#ifdef GATEWAY |