Searched refs:seccount (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_subs.c575 int error = 0, secmax, seccount, srvcount; local
579 seccount = srvcount = 0;
584 while (!error && (srvcount > 0) && (seccount < secmax)) {
593 sec[seccount++] = flavor;
615 sec[seccount++] = RPCAUTH_KRB5;
618 sec[seccount++] = RPCAUTH_KRB5I;
621 sec[seccount++] = RPCAUTH_KRB5P;
630 *seccountp = seccount;

Completed in 24 milliseconds