Searched refs:auth_unix (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dauthunix_prot.c53 #include <rpc/auth_unix.h>
H A DMakefile.inc6 SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
H A Dauth_unix.c1 /* $NetBSD: auth_unix.c,v 1.18 2000/07/06 03:03:30 christos Exp $ */
34 static char *sccsid2 = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro";
35 static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC";
41 * auth_unix.c, Implements UNIX style authentication parameters.
66 #include <rpc/auth_unix.h>
70 /* auth_unix.c */
H A Dkey_call.c55 #include <rpc/auth_unix.h>
/freebsd-13-stable/include/rpc/
H A DMakefile12 HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
H A Drpc.h61 #include <rpc/auth_unix.h> /* protocol for unix style cred */
/freebsd-13-stable/sys/rpc/
H A Drpc.h63 #include <rpc/auth_unix.h> /* protocol for unix style cred */
/freebsd-13-stable/stand/libsa/
H A Drpc.c69 struct auth_unix { struct
149 send_head -= sizeof(struct auth_unix);
150 bzero(send_head, sizeof(struct auth_unix));
154 auth->authlen = htonl(sizeof(struct auth_unix));
/freebsd-13-stable/sys/nfs/
H A Dkrpc_subr.c86 struct auth_unix { struct
102 struct auth_unix rpc_unix;
293 /* rpc_auth part (auth_unix as root) */
295 call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));
/freebsd-13-stable/sys/modules/krpc/
H A DMakefile6 auth_unix.c \

Completed in 337 milliseconds