Searched refs:client_fqdn (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dam.h270 const char *client_fqdn; member in struct:am_request
H A Dprocess.c419 r->client_fqdn = r->conf->fqdn_default;
434 r->client_fqdn = m->value;
436 thisfunc, r->url.host, r->client_fqdn, m->name);
451 r->client_fqdn = m->value;
453 thisfunc, r->url.host, LOGEMPTY(r->client_fqdn), m->name);
460 /* since the client_fqdn is not set, this will redirect to the default fqdn */
2145 const char *host = ISVALID(r->client_fqdn) ? r->client_fqdn : r->conf->fqdn_default;

Completed in 37 milliseconds