[BACK]Return to mld6.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/mld6.c between version 1.25 and 1.26

version 1.25, 2003/08/22 21:53:09 version 1.26, 2004/03/28 08:28:50
Line 172  void
Line 172  void
 mld6_start_listening(in6m)  mld6_start_listening(in6m)
         struct in6_multi *in6m;          struct in6_multi *in6m;
 {  {
         int s = splsoftnet();  
   
         /*          /*
          * RFC2710 page 10:           * RFC2710 page 10:
          * The node never sends a Report or Done for the link-scope all-nodes           * The node never sends a Report or Done for the link-scope all-nodes
Line 195  mld6_start_listening(in6m)
Line 193  mld6_start_listening(in6m)
                 in6m->in6m_state = MLD_IREPORTEDLAST;                  in6m->in6m_state = MLD_IREPORTEDLAST;
                 mld_timers_are_running = 1;                  mld_timers_are_running = 1;
         }          }
         splx(s);  
 }  }
   
 void  void

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>