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

  /external/dnsmasq/src/
tftp.c 325 else if ((daemon->options & OPT_TFTP_SECURE) && uid != statbuf.st_uid)
dnsmasq.c 529 daemon->options & OPT_TFTP_SECURE ? _("secure mode") : "");
    [all...]
dnsmasq.h 188 #define OPT_TFTP_SECURE (1u<<26)
option.c 308 { LOPT_SECURE, OPT_TFTP_SECURE, NULL, gettext_noop("Allow access only to files owned by the user running dnsmasq."), NULL },
    [all...]

Completed in 20 milliseconds