Searched defs:client_host (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dam.h258 char *client_host; member in struct:am_request
H A Dprocess.c152 //TODO: client_host is not used in a policy call?
153 if (ISVALID(r->client_host)) {
154 s = strstr(r->client_host, AM_COMMA_CHAR);
156 v = s != NULL ? strndup(r->client_host, s - r->client_host) : strdup(r->client_host);
159 /* if client_host contains the port number, remove it */
162 r->client_host = v;
168 char client_host[NI_MAXHOST + 1]; local
177 client_host, sizeo
[all...]

Completed in 31 milliseconds