Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftpd.c98 static int validate_access(int peer, char **, int);
524 ecode = validate_access(peer, &filename, WRQ); in tftp_wrq()
569 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()
688 validate_access(int peer, char **filep, int mode) in validate_access() function