|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.6, 1999/07/31 18:41:16 | version 1.7, 1999/08/07 12:33:04 | ||
|---|---|---|---|
|
|
||
| */ | */ | ||
| microtime(&tv); | microtime(&tv); | ||
| ip6_flow_seq = random() ^ tv.tv_usec; | ip6_flow_seq = random() ^ tv.tv_usec; | ||
| in6_iflladdr = malloc(i, M_IFADDR, M_WAITOK); | |||
| bzero(in6_iflladdr, i); | |||
| ip6_init2((void *)0); | ip6_init2((void *)0); | ||
| } | } |