Home
last modified time | relevance | path

Searched refs:NX_NAT_END_TCP_PORT (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.h146 #ifndef NX_NAT_END_TCP_PORT
147 #define NX_NAT_END_TCP_PORT (NX_NAT_START_TCP_PORT + 10000) macro
Dnx_nat.c4104 end_port = NX_NAT_END_TCP_PORT; in _nx_nat_find_available_port()