ReactOS 0.4.16-dev-1946-g52006dd
epm_towers.h
Go to the documentation of this file.
1/*
2 * Endpoint Mapper Tower Definitions
3 *
4 * Copyright 2006 Robert Shearman (for CodeWeavers)
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 *
20 */
21
22#include "epm.h"
23
24#define EPM_PROTOCOL_DNET_NSP 0x04
25#define EPM_PROTOCOL_OSI_TP4 0x05
26#define EPM_PROTOCOL_OSI_CLNS 0x06
27#define EPM_PROTOCOL_TCP 0x07
28#define EPM_PROTOCOL_UDP 0x08
29#define EPM_PROTOCOL_IP 0x09
30#define EPM_PROTOCOL_NCADG 0x0a /* Connectionless RPC */
31#define EPM_PROTOCOL_NCACN 0x0b
32#define EPM_PROTOCOL_NCALRPC 0x0c /* Local RPC */
33#define EPM_PROTOCOL_UUID 0x0d
34#define EPM_PROTOCOL_IPX 0x0e
35#define EPM_PROTOCOL_SMB 0x0f
36#define EPM_PROTOCOL_PIPE 0x10
37#define EPM_PROTOCOL_NETBIOS 0x11
38#define EPM_PROTOCOL_NETBEUI 0x12
39#define EPM_PROTOCOL_SPX 0x13
40#define EPM_PROTOCOL_NB_IPX 0x14 /* NetBIOS over IPX */
41#define EPM_PROTOCOL_DSP 0x16 /* AppleTalk Data Stream Protocol */
42#define EPM_PROTOCOL_DDP 0x17 /* AppleTalk Data Datagram Protocol */
43#define EPM_PROTOCOL_APPLETALK 0x18 /* AppleTalk */
44#define EPM_PROTOCOL_VINES_SPP 0x1a
45#define EPM_PROTOCOL_VINES_IPC 0x1b /* Inter Process Communication */
46#define EPM_PROTOCOL_STREETTALK 0x1c /* Vines Streettalk */
47#define EPM_PROTOCOL_HTTP 0x1f
48#define EPM_PROTOCOL_UNIX_DS 0x20 /* Unix domain socket */
49#define EPM_PROTOCOL_NULL 0x21
50
51#include <pshpack1.h>
52
53typedef struct
54{
62
63typedef struct
64{
70
71typedef struct
72{
78
79typedef struct
80{
85
86#include <poppack.h>
u_int32_t u_int32
Definition: auth.h:178
unsigned small u_int8
Definition: dcetypes.idl:34
unsigned short u_int16
Definition: dcetypes.idl:33
u_int16 count_lhs
Definition: epm_towers.h:81
u_int16 count_rhs
Definition: epm_towers.h:83
u_int16 count_lhs
Definition: epm_towers.h:73
u_int16 count_rhs
Definition: epm_towers.h:75
u_int32 ipv4addr
Definition: epm_towers.h:76
u_int16 count_lhs
Definition: epm_towers.h:65
u_int16 port
Definition: epm_towers.h:68
u_int16 count_rhs
Definition: epm_towers.h:67
u_int16 minor_version
Definition: epm_towers.h:60
u_int16 count_lhs
Definition: epm_towers.h:55
u_int16 count_rhs
Definition: epm_towers.h:59
u_int16 major_version
Definition: epm_towers.h:58