netxduo
NX_UDP_PORT_TABLE_MASK
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_UDP_PORT_TABLE_MASK
NX_UDP_PORT_TABLE_MASK macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:1171
#define
NX_UDP_PORT_TABLE_MASK
(
NX_UDP_PORT_TABLE_SIZE
-
1
)
Examples
References
from
examples
Code
Location
#define
NX_UDP_PORT_TABLE_MASK
(
NX_UDP_PORT_TABLE_SIZE
-
1
)
nx_api.h:1171
index
=
(
UINT
)
(
(
port
+
(
port
>
>
8
)
)
&
NX_UDP_PORT_TABLE_MASK
)
;
nx_udp_free_port_find.c:102
index
=
(
UINT
)
(
(
port
+
(
port
>
>
8
)
)
&
NX_UDP_PORT_TABLE_MASK
)
;
nx_udp_packet_receive.c:165
index
=
(
UINT
)
(
(
port
+
(
port
>
>
8
)
)
&
NX_UDP_PORT_TABLE_MASK
)
;
nx_udp_socket_bind.c:271
index
=
(
UINT
)
(
(
port
+
(
port
>
>
8
)
)
&
NX_UDP_PORT_TABLE_MASK
)
;
nx_udp_socket_unbind.c:228
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out