nfs_clntsocket.c | 516 char *auth_str, *verf_str; local in function:nfs_request 548 verf_str = auth_str = NULL; 554 if (failed_auth || nfs_getnickauth(nmp, cred, &auth_str, 556 error = nfs_getauth(nmp, rep, cred, &auth_str, 623 auth_str, verf_len, verf_str, mrest, mrest_len, &mheadend, &xid); 624 if (auth_str) 625 free(auth_str, M_TEMP);
|