Home
last modified time | relevance | path

Searched refs:nx_ip_nat_port_verify (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_udp_free_port_find.c145 if (ip_ptr -> nx_ip_nat_port_verify) in _nx_udp_free_port_find()
149 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_UDP, port); in _nx_udp_free_port_find()
Dnx_tcp_free_port_find.c145 if (ip_ptr -> nx_ip_nat_port_verify) in _nx_tcp_free_port_find()
149 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_free_port_find()
Dnx_tcp_client_socket_bind.c138 if (ip_ptr -> nx_ip_nat_port_verify) in _nx_tcp_client_socket_bind()
142 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_client_socket_bind()
Dnx_tcp_server_socket_listen.c155 if (ip_ptr -> nx_ip_nat_port_verify) in _nx_tcp_server_socket_listen()
159 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_server_socket_listen()
Dnx_udp_socket_bind.c250 if (ip_ptr -> nx_ip_nat_port_verify) in _nx_udp_socket_bind()
254 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_UDP, port); in _nx_udp_socket_bind()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c500 nat_ptr -> nx_nat_ip_ptr -> nx_ip_nat_port_verify = _nx_nat_entry_port_verify; in _nx_nat_enable()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2581 UINT (*nx_ip_nat_port_verify)(struct NX_IP_STRUCT *, UINT protocol, UINT port); member