Searched refs:t_auth_method (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/iscsictl/
H A Discsictl.h74 int t_auth_method; member in struct:target
H A Dparse.y214 if (target->t_auth_method != AUTH_METHOD_UNSPECIFIED)
217 target->t_auth_method = AUTH_METHOD_NONE;
219 target->t_auth_method = AUTH_METHOD_CHAP;
H A Discsictl.c278 if (targ->t_auth_method == AUTH_METHOD_UNSPECIFIED) {
282 targ->t_auth_method =
285 targ->t_auth_method =
288 if (targ->t_auth_method == AUTH_METHOD_CHAP) {

Completed in 72 milliseconds