OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oa_flavor
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/rpc/
svc_auth.c
120
rqst->rq_xprt->xp_verf.
oa_flavor
= _null_auth.
oa_flavor
;
122
cred_flavor = rqst->rq_cred.
oa_flavor
;
rpc_callmsg.c
102
IXDR_PUT_ENUM(buf, oa->
oa_flavor
);
109
IXDR_PUT_ENUM(buf, oa->
oa_flavor
);
136
oa->
oa_flavor
= IXDR_GET_ENUM(buf, enum_t);
165
if (xdr_enum(xdrs, &oa->
oa_flavor
) == FALSE ||
170
oa->
oa_flavor
= IXDR_GET_ENUM(buf, enum_t);
svc_auth_unix.c
130
rqst->rq_xprt->xp_verf.
oa_flavor
= AUTH_NULL;
auth_unix.c
158
au->au_origcred.
oa_flavor
= AUTH_UNIX;
261
if (verf->
oa_flavor
== AUTH_SHORT) {
rpc_prot.c
90
if (xdr_enum(xdrs, &(ap->
oa_flavor
)))
/src/include/rpc/
auth.h
88
enum_t
oa_flavor
; /* flavor of auth */
member in struct:opaque_auth
/src/libexec/rpc.rquotad/
rquotad.c
253
if (request->rq_cred.
oa_flavor
!= AUTH_UNIX) {
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
838
if (rqstp->rq_cred.
oa_flavor
== AUTH_NULL) {
840
} else if (rqstp->rq_cred.
oa_flavor
== AUTH_SYS) {
852
fprintf(stderr, "%s:
oa_flavor
!= AUTH_NONE and"
853
"
oa_flavor
!= AUTH_SYS\n", __func__);
/src/usr.sbin/ypbind/
ypbind.c
925
switch (rqstp->rq_cred.
oa_flavor
) {
Completed in 36 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025