Home
last modified time | relevance | path

Searched refs:AUTH_UNIX (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc_auth.c189 flavor == AUTH_UNIX) { in svc_getcred()
203 case AUTH_UNIX: in svc_getcred()
H A Dauth.h349 #define AUTH_UNIX AUTH_SYS macro
H A Dauth_unix.c202 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c180 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota()
232 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota_extended()
/freebsd/include/rpc/
H A Dauth.h352 #define AUTH_UNIX AUTH_SYS macro
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c81 case AUTH_UNIX: in yp_checkauth()
/freebsd/lib/libc/rpc/
H A Dauth_unix.c140 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()
/freebsd/sys/nfs/
H A Dkrpc_subr.c290 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX); in krpc_call()
H A Dbootp_subr.c1763 #define AUTH_UNIX AUTH_SYS in md_mount() macro
1825 if (authver == AUTH_UNIX) in md_mount()
/freebsd/usr.sbin/ypbind/
H A Dypbind.c318 case AUTH_UNIX: in ypbindprog_2()