|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.73, 1998/10/08 01:41:46 | version 1.74, 1998/11/13 03:24:22 | ||
|---|---|---|---|
|
|
||
| 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); |