|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.55, 1998/01/12 03:02:51 | version 1.56, 1998/01/28 02:36:10 | ||
|---|---|---|---|
|
|
||
| #include <netinet/ip_var.h> | #include <netinet/ip_var.h> | ||
| #include <netinet/ip_icmp.h> | #include <netinet/ip_icmp.h> | ||
| /* XXX should really put this in libkern.h */ | |||
| #define offsetof(type, member) ((size_t)(&((type *)0)->member)) | |||
| #ifndef IPFORWARDING | #ifndef IPFORWARDING | ||
| #ifdef GATEWAY | #ifdef GATEWAY | ||
| #define IPFORWARDING 1 /* forward IP packets not for us */ | #define IPFORWARDING 1 /* forward IP packets not for us */ |