Home
last modified time | relevance | path

Searched refs:local_ip_address (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nat_test/
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c92 static UINT add_nat_entry(UINT protocol, ULONG local_ip_address , ULONG peer_ip_address , UINT loca…
252 ULONG local_ip_address; in thread_client_entry() local
295 local_ip_address = NX_NAT_LOCAL_HOST1; in thread_client_entry()
424 …status = add_nat_entry(protocol, local_ip_address , peer_ip_address , local_port, peer_port, timeo… in thread_client_entry()
457 search_entry.local_ip_address = NX_NAT_LOCAL_HOST1; in thread_client_entry()
481 (search_entry.local_ip_address == entry_ptr -> local_ip_address) && in thread_client_entry()
564 static UINT add_nat_entry(UINT protocol, ULONG local_ip_address , ULONG peer_ip_address , UINT loca… in add_nat_entry() argument
583 insert_entry_ptr -> local_ip_address = local_ip_address; in add_nat_entry()
Dnetx_nat_entry_removed_after_timeout_test.c439 search_entry.local_ip_address = NX_NAT_LOCAL_HOST1; in thread_client_entry()
455 (search_entry.local_ip_address == entry_ptr -> local_ip_address) && in thread_client_entry()
491 (search_entry.local_ip_address == entry_ptr -> local_ip_address) && in thread_client_entry()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c66 static UINT _nx_nat_entry_create(NX_NAT_DEVICE *nat_ptr, UCHAR protocol, ULONG local_ip_address,…
795 … ULONG local_ip_address, USHORT external_port, USHORT local_port, UCHAR protocol) in _nxe_nat_inbound_entry_create() argument
808 if ((!local_ip_address) || (!protocol)) in _nxe_nat_inbound_entry_create()
816 …status = _nx_nat_inbound_entry_create(nat_ptr, entry_ptr, local_ip_address, external_port, local_p… in _nxe_nat_inbound_entry_create()
876 … ULONG local_ip_address, USHORT external_port, USHORT local_port, UCHAR protocol) in _nx_nat_inbound_entry_create() argument
916 entry_ptr -> local_ip_address = local_ip_address; in _nx_nat_inbound_entry_create()
1602 new_address = record_entry -> local_ip_address; in _nx_nat_process_inbound_TCP_packet()
1808 new_address = record_entry -> local_ip_address; in _nx_nat_process_inbound_UDP_packet()
2131 translation_entry.local_ip_address = ip_header_ptr -> nx_ip_header_source_ip; in _nx_nat_process_outbound_packet()
2304 old_address = record_entry -> local_ip_address; in _nx_nat_process_outbound_TCP_packet()
[all …]
Dnx_nat.h194 …ULONG local_ip_address; /* IP address of the local… member
272 …(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, ULONG local_ip_address, UINT externa…
289 …(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, ULONG local_ip_address, USHORT exter…
290 …(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, ULONG local_ip_address, USHORT exter…
/NetX-Duo-v6.2.1/addons/auto_ip/
Dnx_auto_ip.h185 UINT nx_auto_ip_get_address(NX_AUTO_IP *auto_ip_ptr, ULONG *local_ip_address);
198 UINT _nxe_auto_ip_get_address(NX_AUTO_IP *auto_ip_ptr, ULONG *local_ip_address);
199 UINT _nx_auto_ip_get_address(NX_AUTO_IP *auto_ip_ptr, ULONG *local_ip_address);
Dnx_auto_ip.c384 UINT _nxe_auto_ip_get_address(NX_AUTO_IP *auto_ip_ptr, ULONG *local_ip_address) in _nxe_auto_ip_get_address() argument
390 …tr == NX_NULL) || (auto_ip_ptr -> nx_auto_ip_id != NX_AUTO_IP_ID) || (local_ip_address == NX_NULL)) in _nxe_auto_ip_get_address()
394 status = _nx_auto_ip_get_address(auto_ip_ptr, local_ip_address); in _nxe_auto_ip_get_address()
443 UINT _nx_auto_ip_get_address(NX_AUTO_IP *auto_ip_ptr, ULONG *local_ip_address) in _nx_auto_ip_get_address() argument
459 *local_ip_address = auto_ip_ptr -> nx_auto_ip_current_local_address; in _nx_auto_ip_get_address()
468 *local_ip_address = 0; in _nx_auto_ip_get_address()
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.h710 UINT nx_ppp_ip_address_assign(NX_PPP *ppp_ptr, ULONG local_ip_address, ULONG peer_ip_address);
762 UINT _nxe_ppp_ip_address_assign(NX_PPP *ppp_ptr, ULONG local_ip_address, ULONG peer_ip_address);
763 UINT _nx_ppp_ip_address_assign(NX_PPP *ppp_ptr, ULONG local_ip_address, ULONG peer_ip_address);
Dnx_ppp.c10743 UINT _nxe_ppp_ip_address_assign(NX_PPP *ppp_ptr, ULONG local_ip_address, ULONG peer_ip_address) in _nxe_ppp_ip_address_assign() argument
10757 status = _nx_ppp_ip_address_assign(ppp_ptr, local_ip_address, peer_ip_address); in _nxe_ppp_ip_address_assign()
10806 UINT _nx_ppp_ip_address_assign(NX_PPP *ppp_ptr, ULONG local_ip_address, ULONG peer_ip_address) in _nx_ppp_ip_address_assign() argument
10813 if (local_ip_address != 0) in _nx_ppp_ip_address_assign()
10826 ppp_ptr -> nx_ppp_ipcp_local_ip[i-1] = (UCHAR) (local_ip_address & 0xFF); in _nx_ppp_ip_address_assign()
10830 local_ip_address = local_ip_address >> 8; in _nx_ppp_ip_address_assign()