OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_unix
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
rpc.c
75
struct
auth_unix
{
struct
155
send_head -= sizeof(struct
auth_unix
);
156
(void)memset(send_head, 0, sizeof(struct
auth_unix
));
160
auth->authlen = htonl(sizeof(struct
auth_unix
));
/src/sys/fs/nfs/common/
krpc_subr.c
80
struct
auth_unix
{
struct
96
struct
auth_unix
rpc_unix;
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
83
struct
auth_unix
{
struct
99
struct
auth_unix
rpc_unix;
296
/* rpc_auth part (
auth_unix
as root) */
298
call->rpc_auth.authlen = txdr_unsigned(sizeof(struct
auth_unix
));
Completed in 11 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025