diff options
Diffstat (limited to 'usr/src/uts/common/netinet/in.h')
-rw-r--r-- | usr/src/uts/common/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 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__) /* |