HomeSort by: relevance | last modified time | path
    Searched refs:AUTH_UNIX (Results 1 - 6 of 6) sorted by relevancy

  /src/include/rpc/
auth.h 190 #define AUTH_UNIX AUTH_SYS /* backward compatibility */
  /src/libexec/rpc.rquotad/
rquotad.c 253 if (request->rq_cred.oa_flavor != AUTH_UNIX) {
  /src/lib/libc/rpc/
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/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));
bootp_subr.c 1824 #define AUTH_UNIX AUTH_SYS
1886 if (authver == AUTH_UNIX)
  /src/usr.sbin/ypbind/
ypbind.c 926 case AUTH_UNIX:

Completed in 60 milliseconds