netxduo
NX_SEARCH_PORT_START
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_SEARCH_PORT_START
NX_SEARCH_PORT_START macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:525
#define
NX_SEARCH_PORT_START
0xC000
Examples
References
from
examples
Code
Location
#define
NX_SEARCH_PORT_START
0xC000
/* Free port search start UDP/TCP */
nx_api.h:525
port
=
NX_SEARCH_PORT_START
+
(
UINT
)
(
NX_RAND
(
)
%
(
(
NX_MAX_PORT
+
1
)
-
NX_SEARCH_PORT_START
)
)
;
nx_tcp_client_socket_bind.c:119
port
=
NX_SEARCH_PORT_START
;
nx_tcp_free_port_find.c:179
port
=
NX_SEARCH_PORT_START
;
nx_udp_free_port_find.c:179
port
=
NX_SEARCH_PORT_START
+
(
UINT
)
(
NX_RAND
(
)
%
(
(
NX_MAX_PORT
+
1
)
-
NX_SEARCH_PORT_START
)
)
;
nx_udp_socket_bind.c:231
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