Searched refs:credflavor (Results 1 – 2 of 2) sorted by relevance
129 int cacherep, credflavor, i, j; in nfssvc_program() local 238 if (!svc_getcred(rqst, &nd.nd_cred, &credflavor)) { in nfssvc_program() 245 /* Set the flag based on credflavor */ in nfssvc_program() 246 if (credflavor == RPCSEC_GSS_KRB5) { in nfssvc_program() 248 } else if (credflavor == RPCSEC_GSS_KRB5I) { in nfssvc_program() 250 } else if (credflavor == RPCSEC_GSS_KRB5P) { in nfssvc_program() 252 } else if (credflavor != AUTH_SYS) { in nfssvc_program()
68 int cacherep, credflavor; in nfscb_program() local100 if (!svc_getcred(rqst, &nd.nd_cred, &credflavor)) { in nfscb_program()