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

/freebsd-10.2-release/usr.sbin/ctld/
H A Dlogin.c643 if (pg->pg_redirection == NULL)
647 pg->pg_name, pg->pg_redirection);
648 login_redirect(request, pg->pg_redirection);
658 assert(conn->conn_portal->p_portal_group->pg_redirection == NULL);
H A Dctld.h123 char *pg_redirection; member in struct:portal_group
H A Dctld.c640 free(pg->pg_redirection);
1029 if (pg->pg_redirection != NULL) {
1036 pg->pg_redirection = checked_strdup(addr);
1721 if (pg->pg_redirection != NULL) {

Completed in 47 milliseconds