summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1996-03-14 16:59:20 +0000
committerfenner <fenner@FreeBSD.org>1996-03-14 16:59:20 +0000
commitfac8f2c92271b1198714685037e3dbf30a2e1e44 (patch)
treeec9b443bd0ff74f2785c4e2ce56cf5e48b21564f /sys/netinet/ip.h
parent7638fb441233e9437baf702b256e44462f9a3ac2 (diff)
downloadFreeBSD-src-fac8f2c92271b1198714685037e3dbf30a2e1e44.zip
FreeBSD-src-fac8f2c92271b1198714685037e3dbf30a2e1e44.tar.gz
IGMPv2 routines rewritten, to be more compact and to fully comply
with the IGMPv2 Internet Draft (including Router Alert IP option)
Diffstat (limited to 'sys/netinet/ip.h')
-rw-r--r--sys/netinet/ip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h
index 8fb9d9a..dc8e645 100644
--- a/sys/netinet/ip.h
+++ b/sys/netinet/ip.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip.h 8.2 (Berkeley) 6/1/94
- * $Id: ip.h,v 1.6 1995/09/21 18:01:11 wollman Exp $
+ * $Id: ip.h,v 1.7 1995/12/21 21:20:27 wollman Exp $
*/
#ifndef _NETINET_IP_H_
@@ -119,6 +119,7 @@ struct ip {
#define IPOPT_LSRR 131 /* loose source route */
#define IPOPT_SATID 136 /* satnet id */
#define IPOPT_SSRR 137 /* strict source route */
+#define IPOPT_RA 148 /* router alert */
/*
* Offsets to fields in options other than EOL and NOP.
OpenPOWER on IntegriCloud