[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.73.2.1.2.1 and 1.73.2.1.2.2

version 1.73.2.1.2.1, 2006/05/24 02:37:11 version 1.73.2.1.2.2, 2006/05/28 13:44:04
Line 1017  ip6_savecontrol(in6p, mp, ip6, m)
Line 1017  ip6_savecontrol(in6p, mp, ip6, m)
 #endif  #endif
   
         /* some OSes call this logic with IPv4 packet, for SO_TIMESTAMP */          /* some OSes call this logic with IPv4 packet, for SO_TIMESTAMP */
         if ((ip6->ip6_vfc & IPV6_VERSION_MASK) !=3D IPV6_VERSION)          if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
                 return;                  return;
   
         if (in6p->in6p_flags & IN6P_RECVDSTADDR) {          if (in6p->in6p_flags & IN6P_RECVDSTADDR) {

Legend:
Removed from v.1.73.2.1.2.1  
changed lines
  Added in v.1.73.2.1.2.2

CVSweb <webmaster@jp.NetBSD.org>