Home
last modified time | relevance | path

Searched refs:_null_auth (Results 1 – 12 of 12) sorted by relevance

/mirbsd/src/lib/libc/rpc/
Drpc_commondata.c36 struct opaque_auth _null_auth; variable
Dsvc_auth.c96 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
Dauth_none.c86 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
Dclnt_raw.c162 msg.acpted_rply.ar_verf = _null_auth; in clntraw_call()
Drpc_prot.c50 struct opaque_auth _null_auth; variable
Dauth_unix.c122 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
Dpmap_rmt.c311 msg.acpted_rply.ar_verf = _null_auth; in clnt_broadcast()
Dclnt_udp.c262 reply_msg.acpted_rply.ar_verf = _null_auth; in clntudp_call()
Dclnt_tcp.c272 reply_msg.acpted_rply.ar_verf = _null_auth; in clnttcp_call()
Dsvc_tcp.c192 xprt->xp_verf = _null_auth; in svctcp_create_withport()
/mirbsd/src/include/rpc/
Dauth.h154 extern struct opaque_auth _null_auth;
/mirbsd/src/usr.bin/rusers/
Drusers.c420 msgp->acpted_rply.ar_verf = _null_auth; in get_reply()