| version 1.19, 2000/03/23 07:03:30 |
version 1.20, 2000/04/12 10:36:45 |
|
|
| ip6_init2(dummy) |
ip6_init2(dummy) |
| void *dummy; |
void *dummy; |
| { |
{ |
| int ret; |
|
| |
|
| /* get EUI64 from somewhere */ |
|
| ret = in6_ifattach_getifid(NULL); |
|
| |
|
| /* |
/* |
| * to route local address of p2p link to loopback, |
* to route local address of p2p link to loopback, |
| * assign loopback address first. |
* assign loopback address first. |
| */ |
*/ |
| in6_ifattach(&loif[0], IN6_IFT_LOOP, NULL, 0); |
in6_ifattach(&loif[0], NULL); |
| |
|
| /* nd6_timer_init */ |
/* nd6_timer_init */ |
| callout_init(&nd6_timer_ch); |
callout_init(&nd6_timer_ch); |