HomeSort by relevance Sort by last modified time
    Searched refs:tftp_file (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
tftp.c 21 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)))
dnsmasq.h 576 struct tftp_file { struct
592 struct tftp_file *file;

Completed in 37 milliseconds