Home
last modified time | relevance | path

Searched refs:GSS_NEEDSEQ (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.h129 #define GSS_NEEDSEQ 0x00000008 // Need a sequence number macro
H A Dnfs_gss.c910 cp->gss_clnt_flags |= GSS_NEEDSEQ; in nfs_gss_clnt_cred_put()
2205 if (cp->gss_clnt_flags & GSS_NEEDSEQ) { in nfs_gss_clnt_rpcdone()
2206 cp->gss_clnt_flags &= ~GSS_NEEDSEQ; in nfs_gss_clnt_rpcdone()
2516 if (cp->gss_clnt_flags & (GSS_NEEDCTX | GSS_NEEDSEQ)) { in nfs_gss_clnt_ctx_renew()
2517 cp->gss_clnt_flags &= ~GSS_NEEDSEQ; in nfs_gss_clnt_ctx_renew()