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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1033 nfsm_rpchead2(struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_type, argument
1042 switch (auth_type) {
1120 switch (auth_type) {
1170 req->r_auth = auth_type = RPCAUTH_SYS;
H A Dnfs_socket.c2302 uint32_t auth_type, auth_len; local
2324 nfsm_chain_get_32(error, &nmreq, auth_type); // RPC Auth Flavor
5914 u_int32_t nfsvers, auth_type; local
5927 val = auth_type = len = 0;
5968 nfsm_chain_get_32(error, nmreq, auth_type); // Auth Flavor
5975 if (auth_type == RPCAUTH_SYS) {
6021 } else if (auth_type == RPCSEC_GSS) {

Completed in 32 milliseconds