Searched refs:_nx_ram_network_driver_output (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.4.1/common/src/ |
D | nx_ram_network_driver.c | 68 void _nx_ram_network_driver_output(NX_PACKET *packet_ptr, UINT interface_instance_id); 436 _nx_ram_network_driver_output(packet_ptr, i); in _nx_ram_network_driver() 445 _nx_ram_network_driver_output(driver_req_ptr -> nx_ip_driver_packet, i); in _nx_ram_network_driver() 713 void _nx_ram_network_driver_output(NX_PACKET *packet_ptr, UINT interface_instance_id) in _nx_ram_network_driver_output() function
|
/NetX-Duo-v6.4.1/test/regression/test/ |
D | nx_ram_network_driver_test_1500.c | 165 VOID _nx_ram_network_driver_output(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT interface_instance_id… 338 …_nx_ram_network_driver_output(driver_req -> nx_ip_driver_ptr, driver_req -> nx_ip_driver_packet, i… in _nx_ram_network_driver_delay_entry() 860 _nx_ram_network_driver_output(ip_ptr, packet_ptr, i); in _nx_ram_network_driver_internal() 866 _nx_ram_network_driver_output(ip_ptr, dup_packet_ptr, i); in _nx_ram_network_driver_internal() 875 _nx_ram_network_driver_output(ip_ptr, driver_req_ptr -> nx_ip_driver_packet, i); in _nx_ram_network_driver_internal() 1020 _nx_ram_network_driver_output(ip_ptr, packet_ptr, i); in _nx_ram_network_driver_internal() 1385 _nx_ram_network_driver_output(ip_ptr, packet_ptr, i ); in _nx_ram_network_driver() 1396 _nx_ram_network_driver_output(ip_ptr, driver_req_ptr -> nx_ip_driver_packet, i); in _nx_ram_network_driver() 1587 VOID _nx_ram_network_driver_output(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT interface_instance_i… in _nx_ram_network_driver_output() function
|
/NetX-Duo-v6.4.1/docs/ |
D | revision_history.txt | 1554 …etwork_driver.c Removed unused parameter in _nx_ram_network_driver_output.
|