Home
last modified time | relevance | path

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

/original-bsd/sys/nfs/
H A Dnfs_socket.c838 int t1, nqlflag, cachable, s, error = 0, mrest_len, auth_len, auth_type; local
868 auth_type = RPCAUTH_KERB4;
881 auth_type = RPCAUTH_UNIX;
888 m = nfsm_rpchead(cred, nmp->nm_flag, procnum, auth_type, auth_len,
1886 u_long nfsvers, auth_type; local
1946 auth_type = *tl++;
1957 if (auth_type == rpc_auth_unix) {
1990 } else if (auth_type == rpc_auth_kerb) {
H A Dnfs_subs.c568 nfsm_rpchead(cr, nmflag, procid, auth_type, auth_len, auth_str, verf_len, in nfsm_rpchead() argument
573 int auth_type;
630 *tl++ = txdr_unsigned(auth_type);
632 switch (auth_type) {