ReactOS 0.4.15-dev-7842-g558ab78
epm_towers.h File Reference
#include <epm_c.h>
#include <pshpack1.h>
#include <poppack.h>
Include dependency graph for epm_towers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  twr_uuid_floor_t
 
struct  twr_tcp_floor_t
 
struct  twr_ipv4_floor_t
 
struct  twr_empty_floor_t
 

Macros

#define EPM_PROTOCOL_DNET_NSP   0x04
 
#define EPM_PROTOCOL_OSI_TP4   0x05
 
#define EPM_PROTOCOL_OSI_CLNS   0x06
 
#define EPM_PROTOCOL_TCP   0x07
 
#define EPM_PROTOCOL_UDP   0x08
 
#define EPM_PROTOCOL_IP   0x09
 
#define EPM_PROTOCOL_NCADG   0x0a /* Connectionless RPC */
 
#define EPM_PROTOCOL_NCACN   0x0b
 
#define EPM_PROTOCOL_NCALRPC   0x0c /* Local RPC */
 
#define EPM_PROTOCOL_UUID   0x0d
 
#define EPM_PROTOCOL_IPX   0x0e
 
#define EPM_PROTOCOL_SMB   0x0f
 
#define EPM_PROTOCOL_PIPE   0x10
 
#define EPM_PROTOCOL_NETBIOS   0x11
 
#define EPM_PROTOCOL_NETBEUI   0x12
 
#define EPM_PROTOCOL_SPX   0x13
 
#define EPM_PROTOCOL_NB_IPX   0x14 /* NetBIOS over IPX */
 
#define EPM_PROTOCOL_DSP   0x16 /* AppleTalk Data Stream Protocol */
 
#define EPM_PROTOCOL_DDP   0x17 /* AppleTalk Data Datagram Protocol */
 
#define EPM_PROTOCOL_APPLETALK   0x18 /* AppleTalk */
 
#define EPM_PROTOCOL_VINES_SPP   0x1a
 
#define EPM_PROTOCOL_VINES_IPC   0x1b /* Inter Process Communication */
 
#define EPM_PROTOCOL_STREETTALK   0x1c /* Vines Streettalk */
 
#define EPM_PROTOCOL_HTTP   0x1f
 
#define EPM_PROTOCOL_UNIX_DS   0x20 /* Unix domain socket */
 
#define EPM_PROTOCOL_NULL   0x21
 

Macro Definition Documentation

◆ EPM_PROTOCOL_APPLETALK

#define EPM_PROTOCOL_APPLETALK   0x18 /* AppleTalk */

Definition at line 45 of file epm_towers.h.

◆ EPM_PROTOCOL_DDP

#define EPM_PROTOCOL_DDP   0x17 /* AppleTalk Data Datagram Protocol */

Definition at line 44 of file epm_towers.h.

◆ EPM_PROTOCOL_DNET_NSP

#define EPM_PROTOCOL_DNET_NSP   0x04

Definition at line 26 of file epm_towers.h.

◆ EPM_PROTOCOL_DSP

#define EPM_PROTOCOL_DSP   0x16 /* AppleTalk Data Stream Protocol */

Definition at line 43 of file epm_towers.h.

◆ EPM_PROTOCOL_HTTP

#define EPM_PROTOCOL_HTTP   0x1f

Definition at line 49 of file epm_towers.h.

◆ EPM_PROTOCOL_IP

#define EPM_PROTOCOL_IP   0x09

Definition at line 31 of file epm_towers.h.

◆ EPM_PROTOCOL_IPX

#define EPM_PROTOCOL_IPX   0x0e

Definition at line 36 of file epm_towers.h.

◆ EPM_PROTOCOL_NB_IPX

#define EPM_PROTOCOL_NB_IPX   0x14 /* NetBIOS over IPX */

Definition at line 42 of file epm_towers.h.

◆ EPM_PROTOCOL_NCACN

#define EPM_PROTOCOL_NCACN   0x0b

Definition at line 33 of file epm_towers.h.

◆ EPM_PROTOCOL_NCADG

#define EPM_PROTOCOL_NCADG   0x0a /* Connectionless RPC */

Definition at line 32 of file epm_towers.h.

◆ EPM_PROTOCOL_NCALRPC

#define EPM_PROTOCOL_NCALRPC   0x0c /* Local RPC */

Definition at line 34 of file epm_towers.h.

◆ EPM_PROTOCOL_NETBEUI

#define EPM_PROTOCOL_NETBEUI   0x12

Definition at line 40 of file epm_towers.h.

◆ EPM_PROTOCOL_NETBIOS

#define EPM_PROTOCOL_NETBIOS   0x11

Definition at line 39 of file epm_towers.h.

◆ EPM_PROTOCOL_NULL

#define EPM_PROTOCOL_NULL   0x21

Definition at line 51 of file epm_towers.h.

◆ EPM_PROTOCOL_OSI_CLNS

#define EPM_PROTOCOL_OSI_CLNS   0x06

Definition at line 28 of file epm_towers.h.

◆ EPM_PROTOCOL_OSI_TP4

#define EPM_PROTOCOL_OSI_TP4   0x05

Definition at line 27 of file epm_towers.h.

◆ EPM_PROTOCOL_PIPE

#define EPM_PROTOCOL_PIPE   0x10

Definition at line 38 of file epm_towers.h.

◆ EPM_PROTOCOL_SMB

#define EPM_PROTOCOL_SMB   0x0f

Definition at line 37 of file epm_towers.h.

◆ EPM_PROTOCOL_SPX

#define EPM_PROTOCOL_SPX   0x13

Definition at line 41 of file epm_towers.h.

◆ EPM_PROTOCOL_STREETTALK

#define EPM_PROTOCOL_STREETTALK   0x1c /* Vines Streettalk */

Definition at line 48 of file epm_towers.h.

◆ EPM_PROTOCOL_TCP

#define EPM_PROTOCOL_TCP   0x07

Definition at line 29 of file epm_towers.h.

◆ EPM_PROTOCOL_UDP

#define EPM_PROTOCOL_UDP   0x08

Definition at line 30 of file epm_towers.h.

◆ EPM_PROTOCOL_UNIX_DS

#define EPM_PROTOCOL_UNIX_DS   0x20 /* Unix domain socket */

Definition at line 50 of file epm_towers.h.

◆ EPM_PROTOCOL_UUID

#define EPM_PROTOCOL_UUID   0x0d

Definition at line 35 of file epm_towers.h.

◆ EPM_PROTOCOL_VINES_IPC

#define EPM_PROTOCOL_VINES_IPC   0x1b /* Inter Process Communication */

Definition at line 47 of file epm_towers.h.

◆ EPM_PROTOCOL_VINES_SPP

#define EPM_PROTOCOL_VINES_SPP   0x1a

Definition at line 46 of file epm_towers.h.