Loading...
Searching...
No Matches
IANA Port Ranges

Service Name and Transport Protocol Port Number Registry. More...

Detailed Description

Service Name and Transport Protocol Port Number Registry.

Files

file  portrange.h
 Service Name and Transport Protocol Port Number Registry.
 

Port Number Ranges

See also
RFC 6335, section 6
#define IANA_SYSTEM_PORTRANGE_MIN   (0U)
 
#define IANA_SYSTEM_PORTRANGE_MAX   (1023U)
 
#define IANA_USER_PORTRANGE_MIN   (1024U)
 
#define IANA_USER_PORTRANGE_MAX   (49151U)
 
#define IANA_DYNAMIC_PORTRANGE_MIN   (49152U)
 
#define IANA_DYNAMIC_PORTRANGE_MAX   (65535U)
 

Macro Definition Documentation

◆ IANA_DYNAMIC_PORTRANGE_MAX

#define IANA_DYNAMIC_PORTRANGE_MAX   (65535U)

Definition at line 39 of file portrange.h.

◆ IANA_DYNAMIC_PORTRANGE_MIN

#define IANA_DYNAMIC_PORTRANGE_MIN   (49152U)

Definition at line 38 of file portrange.h.

◆ IANA_SYSTEM_PORTRANGE_MAX

#define IANA_SYSTEM_PORTRANGE_MAX   (1023U)

Definition at line 35 of file portrange.h.

◆ IANA_SYSTEM_PORTRANGE_MIN

#define IANA_SYSTEM_PORTRANGE_MIN   (0U)

Definition at line 34 of file portrange.h.

◆ IANA_USER_PORTRANGE_MAX

#define IANA_USER_PORTRANGE_MAX   (49151U)

Definition at line 37 of file portrange.h.

◆ IANA_USER_PORTRANGE_MIN

#define IANA_USER_PORTRANGE_MIN   (1024U)

Definition at line 36 of file portrange.h.