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

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

Diff for /src/sys/netinet/ip_input.c between version 1.136 and 1.136.2.1

version 1.136, 2001/08/06 10:25:00 version 1.136.2.1, 2001/10/01 12:47:43
Line 459  ip_input(struct mbuf *m)
Line 459  ip_input(struct mbuf *m)
         }          }
   
         switch (m->m_pkthdr.csum_flags &          switch (m->m_pkthdr.csum_flags &
                 ((m->m_pkthdr.rcvif->if_csum_flags & M_CSUM_IPv4) |                  ((m->m_pkthdr.rcvif->if_csum_flags_rx & M_CSUM_IPv4) |
                  M_CSUM_IPv4_BAD)) {                   M_CSUM_IPv4_BAD)) {
         case M_CSUM_IPv4|M_CSUM_IPv4_BAD:          case M_CSUM_IPv4|M_CSUM_IPv4_BAD:
                 INET_CSUM_COUNTER_INCR(&ip_hwcsum_bad);                  INET_CSUM_COUNTER_INCR(&ip_hwcsum_bad);

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.136.2.1

CVSweb <webmaster@jp.NetBSD.org>