OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rpc_auth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
krpc_subr.c
95
struct auth_info
rpc_auth
;
member in struct:krpc_call
289
/*
rpc_auth
part (auth_unix as root) */
290
call->
rpc_auth
.authtype = txdr_unsigned(AUTH_UNIX);
291
call->
rpc_auth
.authlen = txdr_unsigned(sizeof(struct auth_unix));
/src/sys/nfs/
krpc_subr.c
98
struct auth_info
rpc_auth
;
member in struct:rpc_call
296
/*
rpc_auth
part (auth_unix as root) */
297
call->
rpc_auth
.authtype = txdr_unsigned(RPCAUTH_UNIX);
298
call->
rpc_auth
.authlen = txdr_unsigned(sizeof(struct auth_unix));
Completed in 12 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025