Searched refs:gss_clnt_proc (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.h140 uint32_t gss_clnt_proc; // Current GSS proc for cred member in struct:nfs_gss_clnt_ctx
H A Dnfs_gss.c570 nfsm_chain_add_32(error, nmc, cp->gss_clnt_proc);
584 if (cp->gss_clnt_proc == RPCSEC_GSS_INIT ||
585 cp->gss_clnt_proc == RPCSEC_GSS_CONTINUE_INIT) {
1033 cp->gss_clnt_proc = RPCSEC_GSS_INIT;
1068 if (error == ENEEDAUTH && cp->gss_clnt_proc == RPCSEC_GSS_INIT &&
1087 cp->gss_clnt_proc = RPCSEC_GSS_CONTINUE_INIT;
1096 cp->gss_clnt_proc = RPCSEC_GSS_DATA;
2029 cp->gss_clnt_proc = RPCSEC_GSS_DESTROY;
H A Dnfs_socket.c4395 if (cp->gss_clnt_proc == RPCSEC_GSS_DESTROY)

Completed in 32 milliseconds