Home
last modified time | relevance | path

Searched refs:_nx_packet_copy (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/common/src/
Dnxe_packet_copy.c111 status = _nx_packet_copy(packet_ptr, new_packet_ptr, pool_ptr, wait_option); in _nxe_packet_copy()
Dnx_packet_copy.c81 UINT _nx_packet_copy(NX_PACKET *packet_ptr, NX_PACKET **new_packet_ptr, in _nx_packet_copy() function
Dnx_ip_driver_packet_send.c427 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nx_ip_driver_packet_send()
Dnx_ipv6_packet_send.c205 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … in _nx_ipv6_packet_send()
/NetX-Duo-v6.4.1/common/inc/
Dnx_packet.h97 UINT _nx_packet_copy(NX_PACKET *packet_ptr, NX_PACKET **new_packet_ptr,
Dnx_api.h3305 #define nx_packet_copy _nx_packet_copy
/NetX-Duo-v6.4.1/addons/BSD/
Dnxd_bsd.c11495 …if (_nx_packet_copy(packet_ptr, &packet_copy, ip_ptr -> nx_ip_default_packet_pool, NX_NO_WAIT) == … 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()
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()
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()