| version 1.198, 2004/04/01 22:47:55 |
version 1.199, 2004/04/22 01:01:41 |
| Line 219 int ip_checkinterface = 0; |
|
| Line 219 int ip_checkinterface = 0; |
|
| |
|
| struct rttimer_queue *ip_mtudisc_timeout_q = NULL; |
struct rttimer_queue *ip_mtudisc_timeout_q = NULL; |
| |
|
| extern struct domain inetdomain; |
|
| int ipqmaxlen = IFQ_MAXLEN; |
int ipqmaxlen = IFQ_MAXLEN; |
| u_long in_ifaddrhash; /* size of hash table - 1 */ |
u_long in_ifaddrhash; /* size of hash table - 1 */ |
| int in_ifaddrentries; /* total number of addrs */ |
int in_ifaddrentries; /* total number of addrs */ |
| Line 393 ip_nmbclusters_changed(void) |
|
| Line 392 ip_nmbclusters_changed(void) |
|
| void |
void |
| ip_init() |
ip_init() |
| { |
{ |
| struct protosw *pr; |
const struct protosw *pr; |
| int i; |
int i; |
| |
|
| pool_init(&inmulti_pool, sizeof(struct in_multi), 0, 0, 0, "inmltpl", |
pool_init(&inmulti_pool, sizeof(struct in_multi), 0, 0, 0, "inmltpl", |