Lines Matching defs:clnt
866 CLIENT *clnt;
912 clnt = getkeyserv_handle(vers, 0);
913 if (clnt == NULL)
916 auth_destroy(clnt->cl_auth);
918 clnt->cl_auth = authsys_create_ruid();
920 clnt->cl_auth = authnone_create();
922 status = CLNT_CALL(clnt, proc, xdr_arg, arg, xdr_rslt,
933 if ((clnt = getkeyserv_handle(vers, 1)) == NULL)
936 auth_destroy(clnt->cl_auth);
938 clnt->cl_auth = authsys_create_ruid();
940 clnt->cl_auth = authnone_create();
943 if (CLNT_CALL(clnt, proc, xdr_arg, arg, xdr_rslt, rslt,