Home
last modified time | relevance | path

Searched refs:_nx_tcp_free_port_find (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_tcp_free_port_find.c109 status = _nx_tcp_free_port_find(ip_ptr, port, free_port_ptr); in _nxe_tcp_free_port_find()
Dnx_tcp_free_port_find.c76 UINT _nx_tcp_free_port_find(NX_IP *ip_ptr, UINT port, UINT *free_port_ptr) in _nx_tcp_free_port_find() function
Dnx_tcp_client_socket_bind.c123 if (_nx_tcp_free_port_find(ip_ptr, port, &port) != NX_SUCCESS) in _nx_tcp_client_socket_bind()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h246 UINT _nx_tcp_free_port_find(NX_IP *ip_ptr, UINT port, UINT *free_port_ptr);
Dnx_api.h3262 #define nx_tcp_free_port_find _nx_tcp_free_port_find