Home
last modified time | relevance | path

Searched refs:ag_type (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/ctld/
H A Dctld.cc193 if (ag_type != auth_type::UNKNOWN && ag_type != type) { in set_type()
199 ag_type = type; in set_type()
207 assert(ag_type == auth_type::UNKNOWN); in set_type()
209 ag_type = type; in set_type()
243 if (ag_type == auth_type::UNKNOWN) in add_chap()
244 ag_type = auth_type::CHAP; in add_chap()
245 if (ag_type != auth_type::CHAP) { in add_chap()
267 if (ag_type == auth_type::UNKNOWN) in add_chap_mutual()
268 ag_type = auth_type::CHAP_MUTUAL; in add_chap_mutual()
269 if (ag_type != auth_type::CHAP_MUTUAL) { in add_chap_mutual()
H A Dctld.hh102 auth_type type() const { return ag_type; } in type()
130 auth_type ag_type = auth_type::UNKNOWN; member