Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c2843 uint32_t auth_type, auth_len; in nfs4_cb_handler() local
2866 nfsm_chain_get_32(error, &nmreq, auth_type); // RPC Auth Flavor in nfs4_cb_handler()
6928 u_int32_t nfsvers, auth_type; in nfsrv_getreq() local
6941 val = auth_type = len = 0; in nfsrv_getreq()
6984 nfsm_chain_get_32(error, nmreq, auth_type); // Auth Flavor in nfsrv_getreq()
6992 if (auth_type == RPCAUTH_SYS) { in nfsrv_getreq()
7046 } else if (auth_type == RPCSEC_GSS) { in nfsrv_getreq()
H A Dnfs_subs.c1278 …sm_rpchead2(__unused struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_type, in nfsm_rpchead2() argument
1290 switch (auth_type) { in nfsm_rpchead2()
1371 switch (auth_type) { in nfsm_rpchead2()
1420 req->r_auth = auth_type = RPCAUTH_SYS; in nfsm_rpchead2()