Searched refs:response_header (Results 1 – 1 of 1) sorted by relevance
60 struct fastboot_header response_header = { in fastboot_udp_send_info() local70 memcpy(packet, &response_header, sizeof(response_header)); in fastboot_udp_send_info()71 packet += sizeof(response_header); in fastboot_udp_send_info()127 struct fastboot_header response_header = header; in fastboot_send() local149 response_header.seq = htons(response_header.seq); in fastboot_send()150 memcpy(packet, &response_header, sizeof(response_header)); in fastboot_send()151 packet += sizeof(response_header); in fastboot_send()194 response_header.seq = htons(sequence_number); in fastboot_send()195 memcpy(packet_base, &response_header, in fastboot_send()196 sizeof(response_header)); in fastboot_send()