|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.47, 2001/11/02 08:05:48 | version 1.48, 2001/11/13 00:57:01 | ||
|---|---|---|---|
|
|
||
| * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 | * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 | ||
| */ | */ | ||
| #include <sys/cdefs.h> | |||
| __KERNEL_RCSID(0, "$NetBSD$"); | |||
| #include "opt_inet.h" | #include "opt_inet.h" | ||
| #include "opt_ipsec.h" | #include "opt_ipsec.h" | ||
| #include "opt_pfil_hooks.h" | #include "opt_pfil_hooks.h" |