|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.130.2.5, 2001/11/14 19:17:49 | version 1.130.2.6, 2002/01/08 00:34:06 | ||
|---|---|---|---|
|
|
||
| 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 */ | ||