NX_MAX_LISTEN_REQUESTS is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_MAX_LISTEN_REQUESTS macro

Syntax

#define NX_MAX_LISTEN_REQUESTS 10

References

LocationText
nx_api.h:1196
#define NX_MAX_LISTEN_REQUESTS 10
nx_api.h:2787
nx_ip_tcp_server_listen_reqs[NX_MAX_LISTEN_REQUESTS];
nx_system_initialize.c:256
#if (NX_MAX_LISTEN_REQUESTS > 0xFF)
nx_system_initialize.c:259
_nx_system_build_options_5 |= ((ULONG)NX_MAX_LISTEN_REQUESTS) << 16;
nx_tcp_enable.c:90
for (i = 0; i < NX_MAX_LISTEN_REQUESTS; i++)
nx_tcp_enable.c:97
if (i < (NX_MAX_LISTEN_REQUESTS - 1))