Home
last modified time | relevance | path

Searched refs:packet_copy (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_driver_packet_send.c95 NX_PACKET *packet_copy; in _nx_ip_driver_packet_send() local
428 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nx_ip_driver_packet_send()
435 if (packet_copy -> nx_packet_interface_capability_flag) in _nx_ip_driver_packet_send()
437 _nx_ip_packet_checksum_compute(packet_copy); in _nx_ip_driver_packet_send()
452 packet_copy -> nx_packet_ipsec_sa_ptr = NX_NULL; in _nx_ip_driver_packet_send()
457 NX_PACKET_DEBUG(__FILE__, __LINE__, packet_copy); in _nx_ip_driver_packet_send()
461 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nx_ip_driver_packet_send()
Dnx_ipv6_packet_send.c115 NX_PACKET *packet_copy; in _nx_ipv6_packet_send() local
206 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nx_ipv6_packet_send()
213 if (packet_copy -> nx_packet_interface_capability_flag) in _nx_ipv6_packet_send()
215 _nx_ip_packet_checksum_compute(packet_copy); in _nx_ipv6_packet_send()
221packet_copy -> nx_packet_address.nx_packet_interface_ptr = packet_ptr -> nx_packet_address.nx_pack… in _nx_ipv6_packet_send()
233 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nx_ipv6_packet_send()
Dnx_ram_network_driver.c672 NX_PACKET *packet_copy; in _nx_ram_network_driver_output() local
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()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c10917 NX_PACKET *packet_copy; in _nxd_bsd_ipv4_packet_send() local
11042 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nxd_bsd_ipv4_packet_send()
11056 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv4_packet_send()
11113 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nxd_bsd_ipv4_packet_send()
11127 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv4_packet_send()
11658 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nxd_bsd_ipv4_packet_send()
11672 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv4_packet_send()
11806 NX_PACKET *packet_copy; in _nxd_bsd_ipv6_packet_send() local
11871 …if(_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == N… in _nxd_bsd_ipv6_packet_send()
11883 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv6_packet_send()