Searched refs:dest_ptr (Results 1 – 2 of 2) sorted by relevance
88 ULONG *source_ptr, *dest_ptr; in _nx_ipv6_packet_copy() local145 dest_ptr = (ULONG *)dest_pkt -> nx_packet_append_ptr; in _nx_ipv6_packet_copy()159 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()162 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()165 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()168 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()171 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()174 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()177 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()180 *dest_ptr++ = *source_ptr++; in _nx_ipv6_packet_copy()[all …]
220 static VOID _nx_ptp_utility_32_unsigned_write(UCHAR *dest_ptr, ULONG value) in _nx_ptp_utility_32_unsigned_write() argument223 *(dest_ptr) = (UCHAR)((value >> 24) & 0xFF); in _nx_ptp_utility_32_unsigned_write()224 *(dest_ptr + 1) = (UCHAR)((value >> 16) & 0xFF); in _nx_ptp_utility_32_unsigned_write()225 *(dest_ptr + 2) = (UCHAR)((value >> 8) & 0xFF); in _nx_ptp_utility_32_unsigned_write()226 *(dest_ptr + 3) = (UCHAR)(value & 0xFF); in _nx_ptp_utility_32_unsigned_write()