Searched defs:tftp_data (Results 1 – 2 of 2) sorted by relevance
43 struct tftp_data { struct44 uint16_t opcode;45 uint16_t block;46 uint8_t data[0];
890 struct tftp_data { struct891 char *local_file;892 char *remote_file;893 long block_size;895 struct sockaddr_storage inaddr;896 int af;