Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dfastboot.c21 struct __packed fastboot_header { struct
28 #define DATA_SIZE (PACKET_SIZE - sizeof(struct fastboot_header)) argument
60 struct fastboot_header response_header = { in fastboot_udp_send_info()
119 static void fastboot_send(struct fastboot_header header, char *fastboot_data, in fastboot_send()
127 struct fastboot_header response_header = header; in fastboot_send()
260 struct fastboot_header header; in fastboot_handler()
270 if (len < sizeof(struct fastboot_header) || len > PACKET_SIZE) in fastboot_handler()