Searched refs:next_ip (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_ram_network_driver.c | 671 NX_IP *next_ip; in _nx_ram_network_driver_output() local 741 next_ip = nx_ram_driver[i].nx_ram_driver_ip_ptr; in _nx_ram_network_driver_output() 753 … if (nx_packet_copy(packet_ptr, &packet_copy, next_ip -> nx_ip_default_packet_pool, NX_NO_WAIT)) in _nx_ram_network_driver_output() 768 _nx_ram_network_driver_receive(next_ip, packet_copy, i); in _nx_ram_network_driver_output() 780 … if (nx_packet_copy(packet_ptr, &packet_copy, next_ip -> nx_ip_default_packet_pool, NX_NO_WAIT)) in _nx_ram_network_driver_output() 794 _nx_ram_network_driver_receive(next_ip, packet_copy, i); in _nx_ram_network_driver_output()
|