diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-21 12:47:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:23 -0500 |
commit | ac989eda6d981ce47c7b345d5397450a3706f4d7 (patch) | |
tree | 8c012ac2c3b42c8fdccaf120f1da7050f4662ae6 /source4/librpc/rpc/dcerpc.h | |
parent | 18324abda7cbd206e76b4ed83ef8d6da5e24ae30 (diff) | |
download | samba-ac989eda6d981ce47c7b345d5397450a3706f4d7.tar.gz samba-ac989eda6d981ce47c7b345d5397450a3706f4d7.tar.bz2 samba-ac989eda6d981ce47c7b345d5397450a3706f4d7.zip |
r3114: - More work on merging the various structs that describe endpoints
- Add protocol sequence to dcerpc transports (will be used later on)
- Add more transports to the list
(This used to be commit ab110192e6e2c1e5a3b2befe7b61158744f15d18)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 3dd8143511..903759f19b 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -20,7 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -enum dcerpc_transport_t {NCACN_NP, NCACN_IP_TCP}; +enum dcerpc_transport_t { + NCACN_NP, NCACN_IP_TCP, NCACN_IP_UDP, NCACN_VNS_IPC, NCACN_VNS_SPP, + NCACN_AT_DSP, NCADG_AT_DDP, NCALRPC, NCACN_UNIX_STREAM, NCADG_UNIX_DGRAM }; /* this defines a generic security context for signed/sealed dcerpc pipes. |