Searched refs:client_ip (Results 1 - 18 of 18) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_setup_requests.c137 .client_ip = "209.173.53.167",
188 .client_ip = "2001:5c0:9168:0:0:0:0:1",
241 .client_ip = "2001:5c0:9168:0:0:0:0:1",
296 .client_ip = "209.173.53.167,09.173.53.168",
312 assert_string_equal("209.173.53.167", request.client_ip);
353 .client_ip = "2001:4860:4860::8888,2001:5c0:9168:0:0:0:0:1",
H A Dtest_notenforced_lists.c238 .client_ip = "192.153.0.23", /* in the ip v4 range */
296 .client_ip = "2001:5c0:9168:0:0:0:0:3", /* only in the masked range */
354 .client_ip = "2001:5c0:9168:0:0:0:0:2", /* in the range for get */
423 .client_ip = "2001:6c0:9168::2", /* not in any ip range */
490 .client_ip = "2001:6c0:9168:0:0:0:0:2", /* not in any ip range */
H A Dtest_exits.c339 .client_ip = "209.173.53.167",
459 .client_ip = "209.173.53.167",
/forgerock/web-agents-v4/source/
H A Dprocess.c135 if (!ISVALID(r->client_ip)) {
140 s = strstr(r->client_ip, AM_COMMA_CHAR);
142 v = s != NULL ? strndup(r->client_ip, s - r->client_ip) : strdup(r->client_ip);
148 r->client_ip = v;
150 AM_LOG_DEBUG(r->instance_id, "%s client ip: %s", thisfunc, LOGEMPTY(r->client_ip));
164 if (r->conf->resolve_client_host && ISVALID(r->client_ip)) {
172 errcode = getaddrinfo(r->client_ip, NULL, &hints, &res);
569 if (ip_address_match(r->client_ip,
[all...]
H A Dam.h257 char *client_ip; member in struct:am_request
H A Dutility.c1917 r->client_ip, r->client_host, r->post_data,
/forgerock/web-agents-v4/source/apache/
H A Dagent.c683 am_request.client_ip = (char *) apr_table_get(req->headers_in, am_request.conf->client_ip_header);
686 if (!ISVALID(am_request.client_ip)) {
688 am_request.client_ip = (char *) req->connection->client_ip;
690 am_request.client_ip = (char *) req->connection->remote_ip;
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/audit-sample/tools/
H A DSearchScript.groovy186 field("ip", dataCollector.client_ip),
240 client_ip : row.client_ip,
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h278 char *client_ip; /* client IP if any */ member in struct:__anon10
463 * client_ip
490 * is enabled and the client_ip parameter is NULL.
504 const char *client_ip, const am_map_t env_parameter_map,
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h278 char *client_ip; /* client IP if any */ member in struct:__anon10
463 * client_ip
490 * is enabled and the client_ip parameter is NULL.
504 const char *client_ip, const am_map_t env_parameter_map,
/forgerock/openam-v13/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql32 client_ip VARCHAR2(40 CHAR),
/forgerock/openam/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql33 client_ip VARCHAR2(40 CHAR),
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c569 am_request.client_ip = (char *) get_request_header(ctx, am_request.conf->client_ip_header);
571 if (!ISVALID(am_request.client_ip) && client_addr != NULL) {
572 am_request.client_ip = (char *) VRT_IP_string(ctx, client_addr);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c619 am_request.client_ip = (char *) get_request_header(ctx, am_request.conf->client_ip_header);
621 if (!ISVALID(am_request.client_ip) && client_addr != NULL) {
622 am_request.client_ip = (char *) VRT_IP_string(ctx, client_addr);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c913 d.client_ip = (char *) get_server_variable(ctx, d.instance_id,
916 if (!ISVALID(d.client_ip)) {
926 d.client_ip = ip;
937 d.client_ip = ip;
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql396 client_ip VARCHAR(40) ,
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql423 client_ip NVARCHAR(40) ,
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/oracle/scripts/
H A Dopenidm.sql99 client_ip VARCHAR2(40 CHAR),

Completed in 183 milliseconds