Vidalia  0.3.1
Macros
PortValidator.cpp File Reference
#include "PortValidator.h"

Go to the source code of this file.

Macros

#define MIN_PORT   1
 
#define MAX_PORT   65535
 
#define MATCH_ALL   "*"
 

Macro Definition Documentation

§ MATCH_ALL

#define MATCH_ALL   "*"

Matches all ports.

Definition at line 20 of file PortValidator.cpp.

Referenced by PortValidator::validate().

§ MAX_PORT

#define MAX_PORT   65535

Maximum valid port.

Definition at line 19 of file PortValidator.cpp.

§ MIN_PORT

#define MIN_PORT   1

Minimum valid port.

Definition at line 18 of file PortValidator.cpp.