Home
last modified time | relevance | path

Searched refs:entry_ptr (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c56 …und_TCP_packet(NX_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
57 …und_UDP_packet(NX_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
58 …nd_ICMP_packet(NX_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
60 …und_TCP_packet(NX_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
61 …und_UDP_packet(NX_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
62 …nd_ICMP_packet(NX_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
63 …X_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, UCHAR packet_ty…
64 …X_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, NX_NAT_TRANSLAT…
65 …X_NAT_DEVICE *nat_ptr, NX_PACKET *packet_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, NX_NAT_TRANSLAT…
68 static UINT _nx_nat_entry_add(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr);
[all …]
Dnx_nat.h272 UINT nx_nat_inbound_entry_create(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, UL…
289 UINT _nx_nat_inbound_entry_create(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, U…
290 UINT _nxe_nat_inbound_entry_create(NX_NAT_DEVICE *nat_ptr, NX_NAT_TRANSLATION_ENTRY *entry_ptr, …
/NetX-Duo-v6.2.1/common/src/
Dnx_arp_enable.c80 NX_ARP *entry_ptr; in _nx_arp_enable() local
90 entry_ptr = (NX_ARP *)arp_cache_memory; in _nx_arp_enable()
99 entry_ptr -> nx_arp_pool_next = entry_ptr + 1; in _nx_arp_enable()
100 entry_ptr++; in _nx_arp_enable()
105 entry_ptr -> nx_arp_pool_next = (NX_ARP *)arp_cache_memory; in _nx_arp_enable()
111 entry_ptr -> nx_arp_pool_previous = entry_ptr - 1; in _nx_arp_enable()
112 entry_ptr--; in _nx_arp_enable()
117 entry_ptr -> nx_arp_pool_previous = (entry_ptr + (arp_entries - 1)); in _nx_arp_enable()
/NetX-Duo-v6.2.1/test/regression/nat_test/
Dnetx_nat_entry_removed_after_timeout_test.c245 NX_NAT_TRANSLATION_ENTRY *entry_ptr; in thread_client_entry() local
443 entry_ptr = nat_server.nx_nat_dynamic_active_entry_head; in thread_client_entry()
448 while (entry_ptr) in thread_client_entry()
452 if ((search_entry.protocol == entry_ptr -> protocol) && in thread_client_entry()
453 (search_entry.peer_ip_address == entry_ptr -> peer_ip_address) && in thread_client_entry()
454 (search_entry.peer_port == entry_ptr -> peer_port) && in thread_client_entry()
455 (search_entry.local_ip_address == entry_ptr -> local_ip_address) && in thread_client_entry()
456 (search_entry.local_port == entry_ptr -> local_port)) in thread_client_entry()
465 entry_ptr = entry_ptr -> next_entry_ptr; in thread_client_entry()
479 entry_ptr = nat_server.nx_nat_dynamic_active_entry_head; in thread_client_entry()
[all …]
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c258 NX_NAT_TRANSLATION_ENTRY *entry_ptr; in thread_client_entry() local
463 entry_ptr = nat_server.nx_nat_dynamic_active_entry_head; in thread_client_entry()
468 while (entry_ptr) in thread_client_entry()
472 … if ((entry_ptr -> local_port == oldest_local_port) && (entry_ptr -> protocol == NX_PROTOCOL_UDP)) in thread_client_entry()
478 if ((search_entry.protocol == entry_ptr -> protocol) && in thread_client_entry()
479 (search_entry.peer_ip_address == entry_ptr -> peer_ip_address) && in thread_client_entry()
480 (search_entry.peer_port == entry_ptr -> peer_port) && in thread_client_entry()
481 (search_entry.local_ip_address == entry_ptr -> local_ip_address) && in thread_client_entry()
482 (search_entry.local_port == entry_ptr -> local_port)) in thread_client_entry()
489 entry_ptr = entry_ptr -> next_entry_ptr; in thread_client_entry()
[all …]
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c8460 NX_PPP_DEBUG_ENTRY *entry_ptr; in _nx_ppp_debug_log_capture() local
8525 entry_ptr = &(ppp_ptr -> nx_ppp_debug_log[ppp_ptr -> nx_ppp_debug_log_oldest_index++]); in _nx_ppp_debug_log_capture()
8532 entry_ptr -> nx_ppp_debug_entry_time_stamp = time; in _nx_ppp_debug_log_capture()
8533 entry_ptr -> nx_ppp_debug_ppp_state = (UCHAR) ppp_ptr -> nx_ppp_state; in _nx_ppp_debug_log_capture()
8534 entry_ptr -> nx_ppp_debug_lcp_state = (UCHAR) ppp_ptr -> nx_ppp_lcp_state; in _nx_ppp_debug_log_capture()
8535 entry_ptr -> nx_ppp_debug_pap_state = (UCHAR) ppp_ptr -> nx_ppp_pap_state; in _nx_ppp_debug_log_capture()
8536 entry_ptr -> nx_ppp_debug_chap_state = (UCHAR) ppp_ptr -> nx_ppp_chap_state; in _nx_ppp_debug_log_capture()
8537 entry_ptr -> nx_ppp_debug_ipcp_state = (UCHAR) ppp_ptr -> nx_ppp_ipcp_state; in _nx_ppp_debug_log_capture()
8538 entry_ptr -> nx_ppp_debug_authenticated = ppp_ptr -> nx_ppp_authenticated; in _nx_ppp_debug_log_capture()
8539 entry_ptr -> nx_ppp_debug_frame_type = packet_type; in _nx_ppp_debug_log_capture()
[all …]