[BACK]Return to ip6_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/ip6_input.c between version 1.98.2.3 and 1.98.2.4

version 1.98.2.3, 2007/07/01 21:50:52 version 1.98.2.4, 2007/07/02 13:46:08
Line 136  static int ip6qmaxlen = IFQ_MAXLEN;
Line 136  static int ip6qmaxlen = IFQ_MAXLEN;
 struct in6_ifaddr *in6_ifaddr;  struct in6_ifaddr *in6_ifaddr;
 struct ifqueue ip6intrq;  struct ifqueue ip6intrq;
   
 extern struct callout in6_tmpaddrtimer_ch;  extern callout_t in6_tmpaddrtimer_ch;
   
 int ip6_forward_srcrt;                  /* XXX */  int ip6_forward_srcrt;                  /* XXX */
 int ip6_sourcecheck;                    /* XXX */  int ip6_sourcecheck;                    /* XXX */
Line 161  static struct mbuf *ip6_pullexthdr __P((
Line 161  static struct mbuf *ip6_pullexthdr __P((
 void  void
 ip6_init()  ip6_init()
 {  {
         extern callout_t in6_tmpaddrtimer_ch;  
         const struct ip6protosw *pr;          const struct ip6protosw *pr;
         int i;          int i;
   
Line 187  ip6_init()
Line 186  ip6_init()
         ip6flow_init(ip6_hashsize);          ip6flow_init(ip6_hashsize);
 #endif  #endif
   
         callout_init(&in6_tmpaddrtimer_ch, 0);  
   
 #ifdef PFIL_HOOKS  #ifdef PFIL_HOOKS
         /* Register our Packet Filter hook. */          /* Register our Packet Filter hook. */
         inet6_pfil_hook.ph_type = PFIL_TYPE_AF;          inet6_pfil_hook.ph_type = PFIL_TYPE_AF;

Legend:
Removed from v.1.98.2.3  
changed lines
  Added in v.1.98.2.4

CVSweb <webmaster@jp.NetBSD.org>