diff options
Diffstat (limited to 'usr/src/uts/common/netinet')
-rw-r--r-- | usr/src/uts/common/netinet/in.h | 1 | ||||
-rw-r--r-- | usr/src/uts/common/netinet/ip_mroute.h | 13 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/uts/common/netinet/in.h b/usr/src/uts/common/netinet/in.h index fc2c750ba7..c1166fc34f 100644 --- a/usr/src/uts/common/netinet/in.h +++ b/usr/src/uts/common/netinet/in.h @@ -888,6 +888,7 @@ struct sockaddr_in6 { */ #define IP_PKTINFO 0x1a /* specify src address and/or index */ #define IP_RECVPKTINFO 0x1a /* recv dest/matched addr and index */ +#define IP_DONTFRAG 0x1b /* don't fragment packets */ #if !defined(_XPG4_2) || defined(__EXTENSIONS__) /* diff --git a/usr/src/uts/common/netinet/ip_mroute.h b/usr/src/uts/common/netinet/ip_mroute.h index 8a658a0fca..b1dde41b1f 100644 --- a/usr/src/uts/common/netinet/ip_mroute.h +++ b/usr/src/uts/common/netinet/ip_mroute.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,17 +18,16 @@ * * CDDL HEADER END */ + /* - * Copyright 1991, 1997-1999, 2001, 2003 Sun Microsystems, Inc. - * All rights reserved. Use is subject to license terms. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. */ /* Copyright (c) 1990 Mentat Inc. */ #ifndef _NETINET_IP_MROUTE_H #define _NETINET_IP_MROUTE_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -188,6 +186,7 @@ struct vif { uint_t v_refcnt; uchar_t v_marks; kmutex_t v_lock; + ilm_t *v_ilm; /* allmulti join */ }; /* |