summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/netinet
diff options
context:
space:
mode:
authornh145002 <none@none>2007-01-15 11:53:51 -0800
committernh145002 <none@none>2007-01-15 11:53:51 -0800
commit74e20cfe817b82802b16fac8690dadcda76f54f5 (patch)
treea454cd2ee9787b54e0a0be3a50bdf481a8c30e4d /usr/src/uts/common/netinet
parent6e8a7b447bf994515a78a52e5b06ed1eec552e9e (diff)
downloadillumos-joyent-74e20cfe817b82802b16fac8690dadcda76f54f5.tar.gz
PSARC 2003/064 SDP: Sockets Direct Protocol
5068505 Integration of PSARC 2003/064 SDP into solaris 6503394 TX introduced an incorrect assert: ASSERT(!connp->conn_mac_exempt);
Diffstat (limited to 'usr/src/uts/common/netinet')
-rw-r--r--usr/src/uts/common/netinet/in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/netinet/in.h b/usr/src/uts/common/netinet/in.h
index 45d0d70aed..d1920bd004 100644
--- a/usr/src/uts/common/netinet/in.h
+++ b/usr/src/uts/common/netinet/in.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
@@ -174,6 +174,8 @@ typedef uint16_t sa_family_t;
#define IPPROTO_RAW 255 /* raw IP packet */
#define IPPROTO_MAX 256
+#define PROTO_SDP 257 /* Sockets Direct Protocol */
+
/*
* Port/socket numbers: network standard functions
*/