|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.53.2.3, 1998/10/01 17:57:42 | version 1.53.2.4, 1998/11/15 19:18:13 | ||
|---|---|---|---|
|
|
||
| goto next; | goto next; | ||
| ipstat.ips_reassembled++; | ipstat.ips_reassembled++; | ||
| ip = mtod(m, struct ip *); | ip = mtod(m, struct ip *); | ||
| hlen = ip->ip_hl << 2; | |||
| } else | } else | ||
| if (fp) | if (fp) | ||
| ip_freef(fp); | ip_freef(fp); |