|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.114.4.8, 2002/02/26 21:07:56 | version 1.114.4.9, 2002/11/10 19:58:05 | ||
|---|---|---|---|
|
|
||
| TAILQ_INIT(&in_ifaddr); | TAILQ_INIT(&in_ifaddr); | ||
| in_ifaddrhashtbl = | in_ifaddrhashtbl = | ||
| hashinit(IN_IFADDR_HASH_SIZE, M_IFADDR, M_WAITOK, &in_ifaddrhash); | hashinit(IN_IFADDR_HASH_SIZE, M_IFADDR, M_WAITOK, &in_ifaddrhash); | ||
| if (ip_mtudisc != 0) | ip_mtudisc_timeout_q = rt_timer_queue_create(ip_mtudisc_timeout); | ||
| ip_mtudisc_timeout_q = | |||
| rt_timer_queue_create(ip_mtudisc_timeout); | |||
| #ifdef GATEWAY | #ifdef GATEWAY | ||
| ipflow_init(); | ipflow_init(); | ||
| #endif | #endif |