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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_socket.c3034 u_long nfsvers, auth_type; local
3048 val = auth_type = len = 0;
3089 nfsm_chain_get_32(error, nmreq, auth_type); // Auth Flavor
3096 if (auth_type == RPCAUTH_UNIX) {
3141 } else if (auth_type == RPCSEC_GSS) {
H A Dnfs_subs.c952 int auth_type = (!auth_len && !req->r_cred) ? RPCAUTH_NULL : nmp->nm_auth; local
955 auth_type, auth_len, req->r_cred, req, mrest, xidp, mreqp);
959 nfsm_rpchead2(int sotype, int prog, int vers, int proc, int auth_type, int auth_len, argument
1036 switch (auth_type) {
1074 auth_type = RPCAUTH_UNIX;

Completed in 34 milliseconds