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

  /src/lib/libc/rpc/
auth_none.c 105 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
111 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
auth_unix.c 136 auth->ah_verf = au->au_shcred = _null_auth;
343 if (auth->ah_verf.oa_base != NULL)
344 mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length);
365 (! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
clnt_bcast.c 407 msg.rm_call.cb_verf = sys_auth->ah_verf;
  /src/include/rpc/
auth.h 99 struct opaque_auth ah_verf; member in struct:__rpc_auth
  /src/usr.sbin/ypbind/
ypbind.c 1367 msg.rm_call.cb_verf = rpcua->ah_verf;
1460 msg.rm_call.cb_verf = rpcua->ah_verf;

Completed in 13 milliseconds