Home
last modified time | relevance | path

Searched refs:AUTH_SHORT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c118 case AUTH_SHORT: in __gss_authenticate()
186 case AUTH_SHORT: in svc_auth_reg()
H A Dauth_sys.c258 if (verf->oa_flavor == AUTH_SHORT) { in authsys_validate()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c117 case AUTH_SHORT: in sec_svc_msg()
118 rqst->rq_xprt->xp_cookie = (void *) AUTH_SHORT; in sec_svc_msg()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c167 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c361 case AUTH_SHORT: in print_auth()
H A Dsnoop_rpc.c266 case AUTH_SHORT: return ("Unix short"); in nameof_flavor()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h492 #define AUTH_SHORT 2 /* short hand unix style */ macro