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

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_auth.c102 int cred_flavor; local
113 cred_flavor = rqst->rq_cred.oa_flavor;
114 switch (cred_flavor) {
136 if (asp->flavor == cred_flavor) {
187 svc_auth_reg(int cred_flavor, argument
192 switch (cred_flavor) {
205 if (asp->flavor == cred_flavor) {
218 asp->flavor = cred_flavor;
/freebsd-13-stable/sys/rpc/
H A Dsvc_auth.c86 int cred_flavor; local
92 cred_flavor = rqst->rq_cred.oa_flavor;
93 switch (cred_flavor) {

Completed in 1185 milliseconds