Home
last modified time | relevance | path

Searched refs:nx_arp_route_static (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_static_entry_create.c157 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()
Dnx_arp_entry_delete.c144 if (arp_ptr -> nx_arp_route_static == NX_TRUE) in _nx_arp_entry_delete()
Dnx_arp_static_entry_delete_internal.c152 arp_entry -> nx_arp_route_static = NX_FALSE; in _nx_arp_static_entry_delete_internal()
Dnx_arp_dynamic_entry_set.c163 if (arp_ptr -> nx_arp_route_static == NX_TRUE) in _nx_arp_dynamic_entry_set()
Dnx_arp_entry_allocate.c202 arp_entry -> nx_arp_route_static = is_static; in _nx_arp_entry_allocate()
Dnx_arp_packet_receive.c456 if (arp_ptr -> nx_arp_route_static) in _nx_arp_packet_receive()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1720 UINT nx_arp_route_static; member