Lines Matching defs:auth
48 iscsid_set_target_authentication_req_t auth;
64 auths = cl_get_auth_opts(&auth, argc, argv);
105 auth.list_kind = kind;
106 auth.target_id.id = tid;
107 send_request(ISCSID_SET_TARGET_AUTHENTICATION, sizeof(auth), &auth);
805 iscsid_set_target_authentication_req_t auth;
813 auths = cl_get_auth_opts(&auth, argc, argv);
873 auth.target_id = loginp->portal_id;
874 auth.list_kind = TARGET_LIST;
875 send_request(ISCSID_SET_TARGET_AUTHENTICATION, sizeof(auth), &auth);