HomeSort by: relevance | last modified time | path
    Searched defs:authcnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/mount_nfs/
getnfsargs.c 314 long auth, authcnt, authfnd = 0; local in function:xdr_fh
331 if (!xdr_long(xdrsp, &authcnt))
333 for (i = 0; i < authcnt; i++) {
343 if (!authfnd && (authcnt > 0 || np->auth != RPCAUTH_UNIX))

Completed in 41 milliseconds