Searched refs:tftp_file (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dtftp.c21 static struct tftp_file *check_tftp_fileperm(ssize_t *len);
288 static struct tftp_file *check_tftp_fileperm(ssize_t *len)
291 struct tftp_file *file;
343 if (!(file = whine_malloc(sizeof(struct tftp_file) + strlen(namebuff) + 1)))
H A Ddnsmasq.h576 struct tftp_file { struct
592 struct tftp_file *file;

Completed in 811 milliseconds