Searched refs:_nx_packet_copy (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.4.1/common/src/ |
D | nxe_packet_copy.c | 111 status = _nx_packet_copy(packet_ptr, new_packet_ptr, pool_ptr, wait_option); in _nxe_packet_copy()
|
D | nx_packet_copy.c | 81 UINT _nx_packet_copy(NX_PACKET *packet_ptr, NX_PACKET **new_packet_ptr, in _nx_packet_copy() function
|
D | nx_ip_driver_packet_send.c | 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()
|
D | nx_ipv6_packet_send.c | 205 …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/ |
D | nx_packet.h | 97 UINT _nx_packet_copy(NX_PACKET *packet_ptr, NX_PACKET **new_packet_ptr,
|
D | nx_api.h | 3305 #define nx_packet_copy _nx_packet_copy
|
/NetX-Duo-v6.4.1/addons/BSD/ |
D | nxd_bsd.c | 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() 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()
|