diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-02-25 11:23:25 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-02-25 11:23:25 +0000 |
| commit | e69772060cc014b7699f7dabbfbf473f9469672d (patch) | |
| tree | 367577f834f2206590ad339b17dc61371f9b61f0 /src/include | |
| parent | 60d71bd750c8f7ef8fa587b47976f028525410c2 (diff) | |
| download | krb5-e69772060cc014b7699f7dabbfbf473f9469672d.tar.gz krb5-e69772060cc014b7699f7dabbfbf473f9469672d.tar.xz krb5-e69772060cc014b7699f7dabbfbf473f9469672d.zip | |
add ADDRTYPE_ADDRPORT, ADDRTYPE_IPPORT
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1771 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/hostaddr.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/krb5/hostaddr.h b/src/include/krb5/hostaddr.h index 45c9a5670..a8e547594 100644 --- a/src/include/krb5/hostaddr.h +++ b/src/include/krb5/hostaddr.h @@ -3,7 +3,8 @@ * $Author$ * $Id$ * - * Copyright 1989 by the Massachusetts Institute of Technology. + * Copyright 1989,1991 by the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file * <krb5/copyright.h>. @@ -11,8 +12,6 @@ * hostaddr definitions for Kerberos version 5. */ -#include <krb5/copyright.h> - #ifndef KRB5_HOSTADDR__ #define KRB5_HOSTADDR__ @@ -29,6 +28,9 @@ typedef struct _krb5_address { #define ADDRTYPE_XNS 0x0006 #define ADDRTYPE_ISO 0x0007 #define ADDRTYPE_DDP 0x0010 +/* not yet in the spec... */ +#define ADDRTYPE_ADDRPORT 0x0100 +#define ADDRTYPE_IPPORT 0x0101 /* macros to determine if a type is a local type */ #define ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000) |
