Home
last modified time | relevance | path

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

/u-boot/net/
A Dfastboot.c28 #define PACKET_SIZE 1024 macro
29 #define DATA_SIZE (PACKET_SIZE - sizeof(struct fastboot_header))
33 static const unsigned short packet_size = PACKET_SIZE;
37 static uchar last_packet[PACKET_SIZE];
273 if (len < sizeof(struct fastboot_header) || len > PACKET_SIZE) in fastboot_handler()

Completed in 2 milliseconds