diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-03-17 17:39:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-03-17 17:39:36 +0000 |
commit | 71672006120d451a7e9c2a76009a32f514cffcd0 (patch) | |
tree | f3a589f35ab4d1e0a89f41177faa8d6b4d8607a3 | |
parent | cb0c1255c901e46a5ff29cd6cf7db5c95daebd6b (diff) |
43. Incorporate ServerInterpreted address family authentication from IPv6xo-6_7_0XPRINT_BEGINXPRINT_BASEXORG-RELEASE-1-TM-MERGEXORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-6_7_0XPRINTXORG-RELEASE-1-STSFXORG-RELEASE-1
second public review. (Alan Coopersmith)
-rw-r--r-- | X.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -304,6 +304,9 @@ are reserved in the protocol for errors and replies. */ #define FamilyChaos 2 #define FamilyInternet6 6 /* IPv6 */ +/* authentication families not tied to a specific protocol */ +#define FamilyServerInterpreted 5 + /* Property notification */ #define PropertyNewValue 0 |