Home
last modified time | relevance | path

Searched refs:nx_ip_arp_allocate (Results 1 – 15 of 15) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_arp_static_entries_delete.c92 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_static_entries_delete()
Dnxe_arp_dynamic_entries_invalidate.c92 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_dynamic_entries_invalidate()
Dnxe_arp_enable.c93 if (ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_enable()
Dnxe_arp_hardware_address_find.c102 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_hardware_address_find()
Dnxe_arp_ip_address_find.c102 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_ip_address_find()
Dnxe_arp_static_entry_delete.c108 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_static_entry_delete()
Dnxe_arp_gratuitous_send.c109 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_gratuitous_send()
Dnxe_arp_dynamic_entry_set.c109 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_dynamic_entry_set()
Dnxe_arp_static_entry_create.c115 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_static_entry_create()
Dnxe_arp_info_get.c112 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_info_get()
Dnx_arp_enable.c143 ip_ptr -> nx_ip_arp_allocate = _nx_arp_entry_allocate; in _nx_arp_enable()
Dnx_ip_driver_packet_send.c353 if ((!ip_ptr -> nx_ip_arp_allocate) || in _nx_ip_driver_packet_send()
354 … ((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE))) in _nx_ip_driver_packet_send()
Dnx_arp_packet_receive.c512 …if (((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE)) == NX_… in _nx_arp_packet_receive()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2900 UINT (*nx_ip_arp_allocate)(struct NX_IP_STRUCT *, struct NX_ARP_STRUCT **, UINT); member
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11597 if ((!ip_ptr -> nx_ip_arp_allocate) || in _nxd_bsd_ipv4_packet_send()
11598 … ((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE))) in _nxd_bsd_ipv4_packet_send()