ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
iana.h
Go to the documentation of this file.
1
9
/*
10
* Copyright (c) 2017 Dirk Ziegelmeier.
11
* All rights reserved.
12
*
13
* Redistribution and use in source and binary forms, with or without modification,
14
* are permitted provided that the following conditions are met:
15
*
16
* 1. Redistributions of source code must retain the above copyright notice,
17
* this list of conditions and the following disclaimer.
18
* 2. Redistributions in binary form must reproduce the above copyright notice,
19
* this list of conditions and the following disclaimer in the documentation
20
* and/or other materials provided with the distribution.
21
* 3. The name of the author may not be used to endorse or promote products
22
* derived from this software without specific prior written permission.
23
*
24
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
25
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
27
* SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
28
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
29
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
32
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
33
* OF SUCH DAMAGE.
34
*
35
* This file is part of the lwIP TCP/IP stack.
36
*
37
* Author: Dirk Ziegelmeier <dziegel@gmx.de>
38
*
39
*/
40
41
#ifndef LWIP_HDR_PROT_IANA_H
42
#define LWIP_HDR_PROT_IANA_H
43
44
#ifdef __cplusplus
45
extern
"C"
{
46
#endif
47
52
enum
lwip_iana_hwtype
{
54
LWIP_IANA_HWTYPE_ETHERNET
= 1
55
};
56
62
enum
lwip_iana_port_number
{
64
LWIP_IANA_PORT_SMTP
= 25,
66
LWIP_IANA_PORT_DHCP_SERVER
= 67,
68
LWIP_IANA_PORT_DHCP_CLIENT
= 68,
70
LWIP_IANA_PORT_TFTP
= 69,
72
LWIP_IANA_PORT_HTTP
= 80,
74
LWIP_IANA_PORT_SNTP
= 123,
76
LWIP_IANA_PORT_NETBIOS
= 137,
78
LWIP_IANA_PORT_SNMP
= 161,
80
LWIP_IANA_PORT_SNMP_TRAP
= 162,
82
LWIP_IANA_PORT_HTTPS
= 443,
84
LWIP_IANA_PORT_SMTPS
= 465,
86
LWIP_IANA_PORT_MQTT
= 1883,
88
LWIP_IANA_PORT_MDNS
= 5353,
90
LWIP_IANA_PORT_SECURE_MQTT
= 8883
91
};
92
93
#ifdef __cplusplus
94
}
95
#endif
96
97
#endif
/* LWIP_HDR_PROT_IANA_H */
lwip_iana_hwtype
lwip_iana_hwtype
Definition:
iana.h:52
lwip_iana_port_number
lwip_iana_port_number
Definition:
iana.h:62
LWIP_IANA_HWTYPE_ETHERNET
@ LWIP_IANA_HWTYPE_ETHERNET
Definition:
iana.h:54
LWIP_IANA_PORT_MQTT
@ LWIP_IANA_PORT_MQTT
Definition:
iana.h:86
LWIP_IANA_PORT_HTTP
@ LWIP_IANA_PORT_HTTP
Definition:
iana.h:72
LWIP_IANA_PORT_SNTP
@ LWIP_IANA_PORT_SNTP
Definition:
iana.h:74
LWIP_IANA_PORT_TFTP
@ LWIP_IANA_PORT_TFTP
Definition:
iana.h:70
LWIP_IANA_PORT_MDNS
@ LWIP_IANA_PORT_MDNS
Definition:
iana.h:88
LWIP_IANA_PORT_SMTPS
@ LWIP_IANA_PORT_SMTPS
Definition:
iana.h:84
LWIP_IANA_PORT_DHCP_CLIENT
@ LWIP_IANA_PORT_DHCP_CLIENT
Definition:
iana.h:68
LWIP_IANA_PORT_SECURE_MQTT
@ LWIP_IANA_PORT_SECURE_MQTT
Definition:
iana.h:90
LWIP_IANA_PORT_DHCP_SERVER
@ LWIP_IANA_PORT_DHCP_SERVER
Definition:
iana.h:66
LWIP_IANA_PORT_HTTPS
@ LWIP_IANA_PORT_HTTPS
Definition:
iana.h:82
LWIP_IANA_PORT_NETBIOS
@ LWIP_IANA_PORT_NETBIOS
Definition:
iana.h:76
LWIP_IANA_PORT_SMTP
@ LWIP_IANA_PORT_SMTP
Definition:
iana.h:64
LWIP_IANA_PORT_SNMP
@ LWIP_IANA_PORT_SNMP
Definition:
iana.h:78
LWIP_IANA_PORT_SNMP_TRAP
@ LWIP_IANA_PORT_SNMP_TRAP
Definition:
iana.h:80
drivers
network
tcpip
lwip
src
include
lwip
prot
iana.h
Generated on Tue Nov 26 2024 06:05:51 for ReactOS by
1.9.6