Searched refs:auth_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_socket.c | 2845 uint32_t auth_type, auth_len; in nfs4_cb_handler() local 2868 nfsm_chain_get_32(error, &nmreq, auth_type); // RPC Auth Flavor in nfs4_cb_handler() 6952 u_int32_t nfsvers, auth_type; in nfsrv_getreq() local 6965 val = auth_type = len = 0; in nfsrv_getreq() 7008 nfsm_chain_get_32(error, nmreq, auth_type); // Auth Flavor in nfsrv_getreq() 7016 if (auth_type == RPCAUTH_SYS) { in nfsrv_getreq() 7070 } else if (auth_type == RPCSEC_GSS) { in nfsrv_getreq()
|
| H A D | nfs_subs.c | 1277 …sm_rpchead2(__unused struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_type, in nfsm_rpchead2() argument 1289 switch (auth_type) { in nfsm_rpchead2() 1370 switch (auth_type) { in nfsm_rpchead2() 1419 req->r_auth = auth_type = RPCAUTH_SYS; in nfsm_rpchead2()
|