Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ctld/
H A Dctld.c1417 free(targ->t_redirection); in target_delete()
1438 if (target->t_redirection != NULL) { in target_set_redirection()
1445 target->t_redirection = checked_strdup(addr); in target_set_redirection()
1795 if (!found && targ->t_redirection == NULL) { in conf_verify()
1799 if (found && targ->t_redirection != NULL) { in conf_verify()
H A Dctld.h192 char *t_redirection; member
H A Dlogin.c675 target_address = conn->conn_target->t_redirection; in login_target_redirect()