|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.77, 1999/01/11 22:35:06 | version 1.78, 1999/01/19 21:58:40 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| ip = mtod(m, struct ip *); | ip = mtod(m, struct ip *); | ||
| } | } | ||
| if ((ip->ip_sum = in_cksum(m, hlen)) != 0) { | if (in_cksum(m, hlen) != 0) { | ||
| ipstat.ips_badsum++; | ipstat.ips_badsum++; | ||
| goto bad; | goto bad; | ||
| } | } |