netxduo
NX_MAX_PORT
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (6/7)...
Files
loading (7/7)...
netxduo
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_MAX_PORT
NX_MAX_PORT macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:516
#define
NX_MAX_PORT
0xFFFF
Examples
References
from
examples
Code
Location
#define
NX_MAX_PORT
0xFFFF
nx_api.h:516
port
=
NX_SEARCH_PORT_START
+
(
UINT
)
(
NX_RAND
(
)
%
(
(
NX_MAX_PORT
+
1
)
-
NX_SEARCH_PORT_START
)
)
;
nx_tcp_client_socket_bind.c:119
if
(
port
>
NX_MAX_PORT
)
nx_tcp_free_port_find.c:175
if
(
port
>
NX_MAX_PORT
)
nx_udp_free_port_find.c:175
port
=
NX_SEARCH_PORT_START
+
(
UINT
)
(
NX_RAND
(
)
%
(
(
NX_MAX_PORT
+
1
)
-
NX_SEARCH_PORT_START
)
)
;
nx_udp_socket_bind.c:231
if
(
(
(
ULONG
)
server_port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxde_tcp_client_socket_connect.c:134
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxde_udp_socket_send.c:159
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxde_udp_socket_source_send.c:184
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxe_tcp_client_socket_bind.c:98
if
(
(
(
ULONG
)
server_port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxe_tcp_client_socket_connect.c:116
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxe_tcp_free_port_find.c:100
if
(
(
!
port
)
||
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
)
nxe_tcp_server_socket_listen.c:106
if
(
(
!
port
)
||
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
)
nxe_tcp_server_socket_relisten.c:101
if
(
(
!
port
)
||
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
)
nxe_tcp_server_socket_unlisten.c:98
if
(
(
!
port
)
||
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
)
nxe_udp_free_port_find.c:100
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxe_udp_socket_bind.c:99
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxe_udp_socket_send.c:126
if
(
(
(
ULONG
)
port
)
>
(
ULONG
)
NX_MAX_PORT
)
nxe_udp_socket_source_send.c:117
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