diff options
| author | 1997-12-14 20:51:16 +0000 | |
|---|---|---|
| committer | 1997-12-14 20:51:16 +0000 | |
| commit | 9068e509863b6142da0dfff8dff71c126f25e6f3 (patch) | |
| tree | 30f1e4a084ece463f7952f9cc68b1116fc36fc18 /sys/compat/linux/linux_socket.h | |
| parent | Whoops. Remember to update usage when changing the way defualt handling is (diff) | |
| download | wireguard-openbsd-9068e509863b6142da0dfff8dff71c126f25e6f3.tar.xz wireguard-openbsd-9068e509863b6142da0dfff8dff71c126f25e6f3.zip | |
support IP_HDRINCL
Diffstat (limited to 'sys/compat/linux/linux_socket.h')
| -rw-r--r-- | sys/compat/linux/linux_socket.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h index 9c89c95cb6b..5bf7e913afb 100644 --- a/sys/compat/linux/linux_socket.h +++ b/sys/compat/linux/linux_socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_socket.h,v 1.3 1997/12/10 01:51:24 deraadt Exp $ */ +/* $OpenBSD: linux_socket.h,v 1.4 1997/12/14 20:51:16 deraadt Exp $ */ /* $NetBSD: linux_socket.h,v 1.3 1995/05/28 10:16:34 mycroft Exp $ */ /* @@ -90,8 +90,9 @@ * Options vor [gs]etsockopt(2), IP level. */ -#define LINUX_IP_TOS 1 -#define LINUX_IP_TTL 2 +#define LINUX_IP_TOS 1 +#define LINUX_IP_TTL 2 +#define LINUX_IP_HDRINCL 3 #define LINUX_IP_MULTICAST_IF 32 #define LINUX_IP_MULTICAST_TTL 33 #define LINUX_IP_MULTICAST_LOOP 34 |
