diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-05-28 08:50:17 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-05-28 08:50:17 +0000 |
| commit | e89504670f2a92368d969be077782cd49ee627d6 (patch) | |
| tree | 9d760bbb55593bd86a8aa743d0c385a6d0f77866 /sys/compat/linux/common/linux_socket.h | |
| parent | fbc3ef234b37194727541b9129a77579f2425f04 (diff) | |
Convert IP socket options.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.h')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socket.h b/sys/compat/linux/common/linux_socket.h index aa47360712d..27f9fdb02bb 100644 --- a/sys/compat/linux/common/linux_socket.h +++ b/sys/compat/linux/common/linux_socket.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.h,v 1.1 1995/02/28 23:26:03 fvdl Exp $ */ +/* $NetBSD: linux_socket.h,v 1.2 1995/05/28 08:50:19 mycroft Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -90,7 +90,12 @@ * currently implemented in Linux */ -#define LINUX_IP_TOS 1 -#define LINUX_IP_TTL 2 +#define LINUX_IP_TOS 1 +#define LINUX_IP_TTL 2 +#define LINUX_IP_MULTICAST_IF 32 +#define LINUX_IP_MULTICAST_TTL 33 +#define LINUX_IP_MULTICAST_LOOP 34 +#define LINUX_IP_ADD_MEMBERSHIP 35 +#define LINUX_IP_DROP_MEMBERSHIP 36 #endif /* _LINUX_SOCKET_H */ |
