Searched refs:fastboot_header (Results 1 – 1 of 1) sorted by relevance
22 struct __packed fastboot_header { struct29 #define DATA_SIZE (PACKET_SIZE - sizeof(struct fastboot_header)) argument61 struct fastboot_header response_header = { in fastboot_udp_send_info()120 static void fastboot_send(struct fastboot_header header, char *fastboot_data, in fastboot_send()128 struct fastboot_header response_header = header; in fastboot_send()263 struct fastboot_header header; in fastboot_handler()273 if (len < sizeof(struct fastboot_header) || len > PACKET_SIZE) in fastboot_handler()
Completed in 3 milliseconds