Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/usr.sbin/authpf/
H A Dauthpf.c47 static int allowed_luser(char *);
279 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(luser)) { in main()
445 allowed_luser(char *luser) in allowed_luser() function