Searched refs:nx_ip_rarp_queue_process (Results 1 – 11 of 11) sorted by relevance
79 ip_ptr -> nx_ip_rarp_queue_process = _nx_rarp_queue_process; in _nx_rarp_periodic_update()
106 ip_ptr -> nx_ip_rarp_queue_process = NX_NULL; in _nx_rarp_disable()
98 if ((!ip_ptr -> nx_ip_rarp_queue_process) && (ip_ptr -> nx_ip_rarp_responses_received == 0)) in _nxe_rarp_info_get()
89 if (!ip_ptr -> nx_ip_rarp_queue_process) in _nx_rarp_packet_deferred_receive()
120 ip_ptr -> nx_ip_rarp_queue_process = NX_NULL; in _nx_ip_interface_address_set()
194 ip_ptr -> nx_ip_rarp_queue_process = NX_NULL; in _nx_rarp_packet_receive()
517 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()
186 ip_0.nx_ip_rarp_queue_process = NX_NULL; in thread_0_entry()
187 ip_0.nx_ip_rarp_queue_process = _nx_rarp_queue_process; in test_process()
740 ip_0.nx_ip_rarp_queue_process = NX_NULL; in thread_0_entry()
3006 void (*nx_ip_rarp_queue_process)(struct NX_IP_STRUCT *); member