HomePort
Macros | Typedefs | Enumerations
hpd_tcpd_types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HPD_TCPD_PORT_MAP(XX)
 
#define XX(num, str)   HPD_TCPD_P_##str = num,
 

Typedefs

typedef enum hpd_tcpd_port hpd_tcpd_port_t
 

Enumerations

enum  hpd_tcpd_port
 

Macro Definition Documentation

#define HPD_TCPD_PORT_MAP (   XX)
Value:
XX( 0, SYSTEM_PORTS_START) \
XX( 80, HTTP ) \
XX( 443, HTTPS ) \
XX( 1023, SYSTEM_PORTS_END) \
XX( 1023, USER_PORTS_START) \
XX( 8080, HTTP_ALT) \
XX(49151, USER_PORTS_END) \
XX(49152, DYNAMIC_PORTS_START) \
XX(65535, DYNAMIC_PORTS_END)
#define XX(num, str)

Definition at line 34 of file hpd_tcpd_types.h.

#define XX (   num,
  str 
)    HPD_TCPD_P_##str = num,

Definition at line 47 of file hpd_tcpd_types.h.

Typedef Documentation

Enumeration Type Documentation

Definition at line 45 of file hpd_tcpd_types.h.