|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.141, 2001/11/13 00:32:38 | version 1.142, 2001/11/28 09:25:13 | ||
|---|---|---|---|
|
|
||
| if (m == NULL) | if (m == NULL) | ||
| return; | return; | ||
| ip = mtod(m, struct ip *); | ip = mtod(m, struct ip *); | ||
| hlen = ip->ip_hl << 2; | |||
| } | } | ||
| #endif /* PFIL_HOOKS */ | #endif /* PFIL_HOOKS */ | ||