| version 1.182, 2003/11/12 15:00:05 |
version 1.183, 2003/11/17 22:34:16 |
| Line 226 int in_multientries; /* total number o |
|
| Line 226 int in_multientries; /* total number o |
|
| struct in_multihashhead *in_multihashtbl; |
struct in_multihashhead *in_multihashtbl; |
| struct ifqueue ipintrq; |
struct ifqueue ipintrq; |
| struct ipstat ipstat; |
struct ipstat ipstat; |
| |
uint16_t ip_id; |
| |
|
| #ifdef PFIL_HOOKS |
#ifdef PFIL_HOOKS |
| struct pfil_head inet_pfil_hook; |
struct pfil_head inet_pfil_hook; |
|
|
| pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) |
pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) |
| ip_protox[pr->pr_protocol] = pr - inetsw; |
ip_protox[pr->pr_protocol] = pr - inetsw; |
| LIST_INIT(&ipq); |
LIST_INIT(&ipq); |
| |
ip_id = time.tv_sec & 0xfffff; |
| ipintrq.ifq_maxlen = ipqmaxlen; |
ipintrq.ifq_maxlen = ipqmaxlen; |
| TAILQ_INIT(&in_ifaddrhead); |
TAILQ_INIT(&in_ifaddrhead); |
| in_ifaddrhashtbl = hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, M_IFADDR, |
in_ifaddrhashtbl = hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, M_IFADDR, |