Searched refs:cred_flavor (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth.c100 int cred_flavor; local
111 cred_flavor = rqst->rq_cred.oa_flavor;
112 switch (cred_flavor) {
134 if (asp->flavor == cred_flavor) {
185 svc_auth_reg(int cred_flavor, argument
190 switch (cred_flavor) {
203 if (asp->flavor == cred_flavor) {
216 asp->flavor = cred_flavor;
/freebsd-11-stable/sys/rpc/
H A Dsvc_auth.c83 int cred_flavor; local
89 cred_flavor = rqst->rq_cred.oa_flavor;
90 switch (cred_flavor) {

Completed in 48 milliseconds