summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/ip_ndp.h
diff options
context:
space:
mode:
authormeem <none@none>2007-08-31 12:48:28 -0700
committermeem <none@none>2007-08-31 12:48:28 -0700
commit98e93c293033f1b35b7d58ec09c56fbf35f99a12 (patch)
tree3b27457eebd0ff4b173ce7f21d47d6b9169ea885 /usr/src/uts/common/inet/ip_ndp.h
parent0398691684c2596072212e4ca9d7033ad7ccfa54 (diff)
downloadillumos-joyent-98e93c293033f1b35b7d58ec09c56fbf35f99a12.tar.gz
6375443 dead declarations in <inet/ip*.h>
6587730 MATCH_IRE_WQ logic has no consumers 6592926 NCE_F_PROXY handling is a dead-end 6592983 IP ioctl argument extraction logic can be simplified 6592998 SIOC*MSFILTER ioctls can induce panic 6594323 ipif_get_name() could be simpler and used more widely 6595071 ipif_ndp_up()'s second argument is needless 6597721 {O_,}SIOCGLIFCONF have bogus ipi_cmd_type values 6599009 bogus conn_ref assertion in ip_open()
Diffstat (limited to 'usr/src/uts/common/inet/ip_ndp.h')
-rw-r--r--usr/src/uts/common/inet/ip_ndp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ip_ndp.h b/usr/src/uts/common/inet/ip_ndp.h
index 256d61996d..ce2ade6dc0 100644
--- a/usr/src/uts/common/inet/ip_ndp.h
+++ b/usr/src/uts/common/inet/ip_ndp.h
@@ -142,7 +142,7 @@ typedef struct ndp_g_s {
#define NCE_F_PERMANENT 0x1
#define NCE_F_MAPPING 0x2
#define NCE_F_ISROUTER 0x4
-#define NCE_F_PROXY 0x8
+/* unused 0x8 */
#define NCE_F_NONUD 0x10
#define NCE_F_ANYCAST 0x20
#define NCE_F_CONDEMNED 0x40