Home
last modified time | relevance | path

Searched refs:source_pkt_head (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ipv6_packet_copy.c83 UINT _nx_ipv6_packet_copy(NX_PACKET *source_pkt_head, NX_PACKET *dest_pkt_head, UINT size) in _nx_ipv6_packet_copy() argument
98 source_pkt = source_pkt_head -> nx_packet_last; in _nx_ipv6_packet_copy()
218 source_pkt_head -> nx_packet_last = source_pkt -> nx_packet_next; in _nx_ipv6_packet_copy()
219 source_pkt = source_pkt_head -> nx_packet_last; in _nx_ipv6_packet_copy()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv6.h237 UINT _nx_ipv6_packet_copy(NX_PACKET *source_pkt_head, NX_PACKET *dest_pkt_head, UINT size);