Searched refs:last_packet_len (Results 1 – 1 of 1) sorted by relevance
38 static unsigned int last_packet_len; variable81 last_packet_len = len; in fastboot_udp_send_info()82 memcpy(last_packet, packet_base, last_packet_len); in fastboot_udp_send_info()143 memcpy(packet, last_packet, last_packet_len); in fastboot_send()146 last_packet_len); in fastboot_send()211 last_packet_len = len; in fastboot_send()212 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()
Completed in 3 milliseconds