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

/openbsd-current/lib/libc/hidden/rpc/
H A Dauth_unix.h1 /* $OpenBSD: auth_unix.h,v 1.1 2015/09/13 15:36:56 guenther Exp $ */
21 #include_next <rpc/auth_unix.h>
/openbsd-current/lib/libc/rpc/
H A Dauthunix_prot.c42 #include <rpc/auth_unix.h>
H A DMakefile.inc6 SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
H A Dauth_unix.c1 /* $OpenBSD: auth_unix.c,v 1.30 2022/02/14 03:38:59 guenther Exp $ */
35 * auth_unix.c, Implements UNIX style authentication parameters.
53 #include <rpc/auth_unix.h>
/openbsd-current/include/rpc/
H A Drpc.h62 #include <rpc/auth_unix.h> /* protocol for unix style cred */
/openbsd-current/sys/lib/libsa/
H A Drpc.c68 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));
/openbsd-current/sys/nfs/
H A Dkrpc_subr.c75 struct auth_unix { struct
91 struct auth_unix rpc_unix;
320 /* rpc_auth part (auth_unix as root) */
322 call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));

Completed in 224 milliseconds