Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

iana.h File Reference

iana.h File Reference

IANA assigned numbers (RFC 1700 and successors) More...

Go to the source code of this file.

Enumerations

enum  lwip_iana_hwtype { LWIP_IANA_HWTYPE_ETHERNET = 1 }
 

Hardware types.

More...
enum  lwip_iana_port_number {
  LWIP_IANA_PORT_SMTP = 25, LWIP_IANA_PORT_DHCP_SERVER = 67, LWIP_IANA_PORT_DHCP_CLIENT = 68, LWIP_IANA_PORT_TFTP = 69,
  LWIP_IANA_PORT_HTTP = 80, LWIP_IANA_PORT_SNTP = 123, LWIP_IANA_PORT_NETBIOS = 137, LWIP_IANA_PORT_SNMP = 161,
  LWIP_IANA_PORT_SNMP_TRAP = 162, LWIP_IANA_PORT_HTTPS = 443, LWIP_IANA_PORT_SMTPS = 465, LWIP_IANA_PORT_MQTT = 1883,
  LWIP_IANA_PORT_MDNS = 5353, LWIP_IANA_PORT_SECURE_MQTT = 8883
}
 

Port numbers https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt.

More...

Detailed Description

IANA assigned numbers (RFC 1700 and successors)

Definition in file iana.h.