Home
last modified time | relevance | path

Searched refs:_nx_arp_packet_send (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_enable.c140 ip_ptr -> nx_ip_arp_packet_send = _nx_arp_packet_send; in _nx_arp_enable()
Dnx_arp_packet_send.c77 VOID _nx_arp_packet_send(NX_IP *ip_ptr, ULONG destination_ip, NX_INTERFACE *nx_interface) in _nx_arp_packet_send() function
Dnx_arp_dynamic_entry_set.c218 _nx_arp_packet_send(ip_ptr, ip_address, nx_interface); in _nx_arp_dynamic_entry_set()
Dnx_arp_periodic_update.c228_nx_arp_packet_send(ip_ptr, arp_entry -> nx_arp_ip_address, arp_entry -> nx_arp_ip_interface); in _nx_arp_periodic_update()
Dnx_arp_packet_receive.c215_nx_arp_packet_send(ip_ptr, sender_ip_address, packet_ptr -> nx_packet_address.nx_packet_interface… in _nx_arp_packet_receive()
/NetX-Duo-v6.2.1/common/inc/
Dnx_arp.h102 VOID _nx_arp_packet_send(NX_IP *ip_ptr, ULONG destination_ip, NX_INTERFACE *nx_interface);