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

/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.h77 int t_auth_method; member in struct:target
H A Dparse.y206 if (target->t_auth_method != AUTH_METHOD_UNSPECIFIED)
209 target->t_auth_method = AUTH_METHOD_NONE;
211 target->t_auth_method = AUTH_METHOD_CHAP;
H A Discsictl.c277 if (targ->t_auth_method == AUTH_METHOD_UNSPECIFIED) {
281 targ->t_auth_method =
284 targ->t_auth_method =
287 if (targ->t_auth_method == AUTH_METHOD_CHAP) {

Completed in 103 milliseconds