Home
last modified time | relevance | path

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

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