Searched refs:nx_arp_route_static (Results 1 – 7 of 7) sorted by relevance
157 if (arp_ptr -> nx_arp_route_static == NX_FALSE) in _nx_arp_static_entry_create()252 arp_ptr -> nx_arp_route_static = NX_TRUE; in _nx_arp_static_entry_create()
144 if (arp_ptr -> nx_arp_route_static == NX_TRUE) in _nx_arp_entry_delete()
152 arp_entry -> nx_arp_route_static = NX_FALSE; in _nx_arp_static_entry_delete_internal()
163 if (arp_ptr -> nx_arp_route_static == NX_TRUE) in _nx_arp_dynamic_entry_set()
202 arp_entry -> nx_arp_route_static = is_static; in _nx_arp_entry_allocate()
456 if (arp_ptr -> nx_arp_route_static) in _nx_arp_packet_receive()
1720 UINT nx_arp_route_static; member