OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_unix
(Results
1 - 7
of
7
) sorted by relevancy
/src/include/rpc/
Makefile
4
INCS= auth.h
auth_unix
.h clnt.h clnt_soc.h nettype.h \
rpc.h
58
#include <rpc/
auth_unix
.h> /* protocol for unix style cred */
/src/lib/libc/rpc/
authunix_prot.c
58
#include <rpc/
auth_unix
.h>
auth_unix.c
1
/* $NetBSD:
auth_unix
.c,v 1.28 2024/01/23 17:24:38 christos Exp $ */
37
static char *sccsid = "@(#)
auth_unix
.c 1.19 87/08/11 Copyr 1984 Sun Micro";
38
static char *sccsid = "@(#)
auth_unix
.c 2.2 88/08/01 4.0 RPCSRC";
40
__RCSID("$NetBSD:
auth_unix
.c,v 1.28 2024/01/23 17:24:38 christos Exp $");
45
*
auth_unix
.c, Implements UNIX style authentication parameters.
71
#include <rpc/
auth_unix
.h>
81
/*
auth_unix
.c */
158
au->au_origcred.oa_flavor =
AUTH_UNIX
;
/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 14 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025