Lines Matching defs:orig_hostname
1797 const char *orig_hostname = NULL;
1816 orig_hostname = krb5_principal_get_comp_string(context, in_princ, 1);
1822 port = strchr(orig_hostname, ':');
1824 hostname_sans_port = strndup(orig_hostname, port - orig_hostname);
1827 orig_hostname = hostname_sans_port;
1831 rule->type, orig_hostname);
1834 for (cp = strchr(orig_hostname, '.'); cp && *cp; cp = strchr(cp + 1, '.'))
1843 !is_domain_suffix(orig_hostname, rule->match_domain))
1858 if (asprintf(&tmp_hostname, "%s.%s", orig_hostname,
1875 orig_hostname, sname,