Searched refs:bound (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_tcp_free_port_find.c | 82 UINT bound; in _nx_tcp_free_port_find() local 114 bound = NX_FALSE; in _nx_tcp_free_port_find() 131 bound = NX_TRUE; in _nx_tcp_free_port_find() 143 if (bound == NX_FALSE) in _nx_tcp_free_port_find() 151 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_free_port_find() 160 if (!bound) in _nx_tcp_free_port_find()
|
| D | nx_udp_free_port_find.c | 82 UINT bound; in _nx_udp_free_port_find() local 114 bound = NX_FALSE; in _nx_udp_free_port_find() 131 bound = NX_TRUE; in _nx_udp_free_port_find() 143 if (bound == NX_FALSE) in _nx_udp_free_port_find() 151 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_UDP, port); in _nx_udp_free_port_find() 160 if (!bound) in _nx_udp_free_port_find()
|
| D | nx_tcp_client_socket_bind.c | 86 UINT bound; in _nx_tcp_client_socket_bind() local 141 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_client_socket_bind() 144 if (bound == NX_TRUE) in _nx_tcp_client_socket_bind()
|
| D | nx_tcp_server_socket_listen.c | 88 UINT bound; in _nx_tcp_server_socket_listen() local 158 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_server_socket_listen() 161 if (bound == NX_TRUE) in _nx_tcp_server_socket_listen()
|
| D | nx_udp_socket_bind.c | 196 UINT bound; in _nx_udp_socket_bind() local 253 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_UDP, port); in _nx_udp_socket_bind() 256 if (bound == NX_TRUE) in _nx_udp_socket_bind()
|
| /NetX-Duo-v6.2.1/addons/nat/ |
| D | nx_nat.c | 879 UINT bound; in _nx_nat_inbound_entry_create() local 885 bound = _nx_nat_entry_port_verify(nat_ptr -> nx_nat_ip_ptr, protocol, external_port); in _nx_nat_inbound_entry_create() 888 if (bound == NX_TRUE) in _nx_nat_inbound_entry_create() 899 bound = _nx_nat_socket_port_verify(nat_ptr -> nx_nat_ip_ptr, protocol, external_port); in _nx_nat_inbound_entry_create() 902 if (bound == NX_TRUE) in _nx_nat_inbound_entry_create() 4094 UINT bound; in _nx_nat_find_available_port() local 4125 bound = NX_FALSE; in _nx_nat_find_available_port() 4143 bound = NX_TRUE; in _nx_nat_find_available_port() 4153 if ((bound == NX_FALSE) && in _nx_nat_find_available_port() 4158 bound = _nx_nat_socket_port_verify(nat_ptr -> nx_nat_ip_ptr, protocol, *port); in _nx_nat_find_available_port() [all …]
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 1481 array was out of bound. 2576 …ailable: Modified output to error status if the socket port is not bound, corrected return … 5332 … bind - Fixed a bug in local bound port, improved UDP socket performance. 5628 … DHCP client is at or beyond the bound state.
|