| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_driver_packet_send.c | 94 NX_PACKET *packet_copy; in _nx_ip_driver_packet_send() local 427 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nx_ip_driver_packet_send() 434 if (packet_copy -> nx_packet_interface_capability_flag) in _nx_ip_driver_packet_send() 436 _nx_ip_packet_checksum_compute(packet_copy); in _nx_ip_driver_packet_send() 451 packet_copy -> nx_packet_ipsec_sa_ptr = NX_NULL; in _nx_ip_driver_packet_send() 456 NX_PACKET_DEBUG(__FILE__, __LINE__, packet_copy); in _nx_ip_driver_packet_send() 460 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nx_ip_driver_packet_send()
|
| D | nx_ipv6_packet_send.c | 114 NX_PACKET *packet_copy; in _nx_ipv6_packet_send() local 205 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nx_ipv6_packet_send() 212 if (packet_copy -> nx_packet_interface_capability_flag) in _nx_ipv6_packet_send() 214 _nx_ip_packet_checksum_compute(packet_copy); in _nx_ipv6_packet_send() 220 …packet_copy -> nx_packet_address.nx_packet_interface_ptr = packet_ptr -> nx_packet_address.nx_pack… in _nx_ipv6_packet_send() 232 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nx_ipv6_packet_send()
|
| D | nx_ram_network_driver.c | 717 NX_PACKET *packet_copy; in _nx_ram_network_driver_output() local 798 … if (nx_packet_copy(packet_ptr, &packet_copy, next_ip -> nx_ip_default_packet_pool, NX_NO_WAIT)) in _nx_ram_network_driver_output() 820 _nx_ram_network_driver_receive(next_ip, packet_copy, i); in _nx_ram_network_driver_output() 832 … if (nx_packet_copy(packet_ptr, &packet_copy, next_ip -> nx_ip_default_packet_pool, NX_NO_WAIT)) in _nx_ram_network_driver_output() 846 _nx_ram_network_driver_receive(next_ip, packet_copy, i); in _nx_ram_network_driver_output()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_udp_port_table_udpate_test.c | 29 static NX_PACKET *packet_copy; variable 259 _nx_ip_packet_receive(&ip_1, packet_copy); in thread_1_entry() 322 nx_packet_copy(packet_ptr, &packet_copy, &pool_0, NX_WAIT_FOREVER); in advanced_packet_process() 323 packet_copy -> nx_packet_ip_interface = &(ip_1.nx_ip_interface[0]); in advanced_packet_process()
|
| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_client_activate_interfaces_test.c | 776 NX_PACKET *packet_copy; in my_dhcp_process_bc_callback() local 813 nx_packet_copy(packet_ptr, &packet_copy, &client_pool, NX_WAIT_FOREVER); in my_dhcp_process_bc_callback() 816 packet_copy -> nx_packet_ip_interface = &(ip_ptr -> nx_ip_interface[interface_index]); in my_dhcp_process_bc_callback() 820 _nx_ip_packet_receive(&client_ip, packet_copy); in my_dhcp_process_bc_callback() 824 _nx_ip_packet_receive(&server_ip, packet_copy); in my_dhcp_process_bc_callback()
|
| D | netx_dhcp_client_two_interfaces.c | 18 extern NX_PACKET *packet_copy;
|
| /NetX-Duo-v6.2.1/test/regression/test/ |
| D | nx_ram_network_driver_test_1500.c | 1590 NX_PACKET *packet_copy; in _nx_ram_network_driver_output() local 1675 if (nx_packet_allocate(pool_ptr, &packet_copy, NX_RECEIVE_PACKET, NX_NO_WAIT)) in _nx_ram_network_driver_output() 1693 packet_copy -> nx_packet_prepend_ptr += 2; in _nx_ram_network_driver_output() 1694 packet_copy -> nx_packet_append_ptr += 2; in _nx_ram_network_driver_output() 1697 …if (nx_packet_data_append(packet_copy, driver_data_buffer, driver_data_length, pool_ptr, NX_NO_WAI… in _nx_ram_network_driver_output() 1715 nx_packet_release(packet_copy); in _nx_ram_network_driver_output() 1725 packet_copy -> nx_packet_ip_version = packet_ptr -> nx_packet_ip_version; in _nx_ram_network_driver_output() 1728 _nx_ram_network_driver_receive(dest_ip, packet_copy, i); in _nx_ram_network_driver_output() 1746 if (nx_packet_allocate(pool_ptr, &packet_copy, NX_RECEIVE_PACKET, NX_NO_WAIT)) in _nx_ram_network_driver_output() 1764 packet_copy -> nx_packet_prepend_ptr += 2; in _nx_ram_network_driver_output() [all …]
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 11370 NX_PACKET *packet_copy; in _nxd_bsd_ipv4_packet_send() local 11495 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nxd_bsd_ipv4_packet_send() 11509 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv4_packet_send() 11566 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nxd_bsd_ipv4_packet_send() 11580 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv4_packet_send() 12111 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nxd_bsd_ipv4_packet_send() 12125 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv4_packet_send() 12259 NX_PACKET *packet_copy; in _nxd_bsd_ipv6_packet_send() local 12324 …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() 12336 _nx_ip_packet_deferred_receive(ip_ptr, packet_copy); in _nxd_bsd_ipv6_packet_send()
|