Searched refs:ENEEDAUTH (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h211 #define ENEEDAUTH 81 /* Need authenticator */ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c469 return (ENEEDAUTH);
916 return (ENEEDAUTH);
1037 // Reset flags, if error = ENEEDAUTH we will try 3des again
1101 * If the error is ENEEDAUTH we're not done, so no need
1105 if (error == ENEEDAUTH)
1156 while ((error = nfs_gss_clnt_ctx_init(req, cp)) == ENEEDAUTH) {
H A Dnfs_socket.c1730 if (error == ENEEDAUTH)
3786 if (error == ENEEDAUTH) {
3836 if (error && error != ENEEDAUTH)
H A Dnfs_subs.c1163 if (error == ENEEDAUTH) {

Completed in 90 milliseconds