Home
last modified time | relevance | path

Searched refs:conn_chap (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Ddiscovery.c182 if (conn->conn_chap == NULL) { in discovery_target_filtered_out()
199 error = chap_authenticate(conn->conn_chap, auth->a_secret); in discovery_target_filtered_out()
H A Dctld.h245 struct chap *conn_chap; member
H A Dlogin.c505 conn->conn_chap = chap; in login_chap()