Searched defs:authres (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1499 int authres; local
1663 authres = checkauth(exi, req, cr, anon_ok, publicfh_ok,
1666 * authres > 0: authentication OK - proceed
1667 * authres == 0: authentication weak - return error
1668 * authres < 0: authentication timeout - drop
1670 if (authres <= 0) {
1671 if (authres == 0) {
H A Dnfs4_srv.c2002 int authres; local
2013 authres = checkauth4(cs, req);
2015 if (authres > 0) {
2019 } else if (authres == 0) {
2021 } else if (authres == -2) {

Completed in 273 milliseconds