Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c43 static uchar last_packet[PACKET_SIZE]; variable
100 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send_info()
133 memcpy(packet, last_packet, last_packet_len); in fastboot_send()
209 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()