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

/freebsd-9.3-release/lib/libc/rpc/
H A Dauthunix_prot.c51 #include <rpc/auth_unix.h>
H A Dauth_unix.c1 /* $NetBSD: auth_unix.c,v 1.18 2000/07/06 03:03:30 christos Exp $ */
32 static char *sccsid2 = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro";
33 static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC";
39 * auth_unix.c, Implements UNIX style authentication parameters.
64 #include <rpc/auth_unix.h>
68 /* auth_unix.c */
H A Dkey_call.c53 #include <rpc/auth_unix.h>
/freebsd-9.3-release/sys/modules/krpc/
H A DMakefile6 auth_unix.c \
/freebsd-9.3-release/include/rpc/
H A DMakefile12 HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
H A Drpc.h59 #include <rpc/auth_unix.h> /* protocol for unix style cred */
/freebsd-9.3-release/sys/rpc/
H A Drpc.h61 #include <rpc/auth_unix.h> /* protocol for unix style cred */
/freebsd-9.3-release/lib/libstand/
H A Drpc.c69 struct auth_unix { struct
150 send_head -= sizeof(struct auth_unix);
151 bzero(send_head, sizeof(struct auth_unix));
155 auth->authlen = htonl(sizeof(struct auth_unix));
/freebsd-9.3-release/sys/nfs/
H A Dkrpc_subr.c84 struct auth_unix { struct
100 struct auth_unix rpc_unix;
291 /* rpc_auth part (auth_unix as root) */
293 call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));

Completed in 180 milliseconds