Searched refs:nx_ip_arp_allocate (Results 1 – 15 of 15) sorted by relevance
92 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_static_entries_delete()
92 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_dynamic_entries_invalidate()
93 if (ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_enable()
102 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_hardware_address_find()
102 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_ip_address_find()
108 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_static_entry_delete()
109 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_gratuitous_send()
109 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_dynamic_entry_set()
115 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_static_entry_create()
112 if (!ip_ptr -> nx_ip_arp_allocate) in _nxe_arp_info_get()
143 ip_ptr -> nx_ip_arp_allocate = _nx_arp_entry_allocate; in _nx_arp_enable()
353 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()
512 …if (((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE)) == NX_… in _nx_arp_packet_receive()
2900 UINT (*nx_ip_arp_allocate)(struct NX_IP_STRUCT *, struct NX_ARP_STRUCT **, UINT); member
11597 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()