Home
last modified time | relevance | path

Searched refs:nx_ip_rarp_queue_process (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_rarp_periodic_update.c79 ip_ptr -> nx_ip_rarp_queue_process = _nx_rarp_queue_process; in _nx_rarp_periodic_update()
Dnx_rarp_disable.c106 ip_ptr -> nx_ip_rarp_queue_process = NX_NULL; in _nx_rarp_disable()
Dnxe_rarp_info_get.c98 if ((!ip_ptr -> nx_ip_rarp_queue_process) && (ip_ptr -> nx_ip_rarp_responses_received == 0)) in _nxe_rarp_info_get()
Dnx_rarp_packet_deferred_receive.c89 if (!ip_ptr -> nx_ip_rarp_queue_process) in _nx_rarp_packet_deferred_receive()
Dnx_ip_interface_address_set.c120 ip_ptr -> nx_ip_rarp_queue_process = NX_NULL; in _nx_ip_interface_address_set()
Dnx_rarp_packet_receive.c194 ip_ptr -> nx_ip_rarp_queue_process = NX_NULL; in _nx_rarp_packet_receive()
Dnx_ip_thread_entry.c517 if ((ip_events & NX_IP_RARP_REC_EVENT) && (ip_ptr -> nx_ip_rarp_queue_process)) in _nx_ip_thread_entry()
521 (ip_ptr -> nx_ip_rarp_queue_process)(ip_ptr); in _nx_ip_thread_entry()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_rarp_nxe_api_test.c186 ip_0.nx_ip_rarp_queue_process = NX_NULL; in thread_0_entry()
Dnetx_caller_check_test.c187 ip_0.nx_ip_rarp_queue_process = _nx_rarp_queue_process; in test_process()
Dnetx_ip_branch_test.c740 ip_0.nx_ip_rarp_queue_process = NX_NULL; in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3006 void (*nx_ip_rarp_queue_process)(struct NX_IP_STRUCT *); member