Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dconf.c728 if (target->t_redirection != NULL) { in target_set_redirection()
735 target->t_redirection = checked_strdup(addr); in target_set_redirection()
H A Dctld.h184 char *t_redirection; member
H A Dctld.c1220 free(targ->t_redirection); in target_delete()
1532 if (!found && targ->t_redirection == NULL) { in conf_verify()
1536 if (found && targ->t_redirection != NULL) { in conf_verify()
H A Dlogin.c728 target_address = conn->conn_target->t_redirection; in login_target_redirect()