Home
last modified time | relevance | path

Searched refs:get_client_ip (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/py-horizon/horizon-19.2.0/openstack_auth/tests/unit/
H A Dtest_utils.py93 from openstack_auth.utils import get_client_ip
94 self.assertEqual('10.111.111.2', get_client_ip(self.request))
97 from openstack_auth.utils import get_client_ip
101 self.assertEqual('10.111.111.2', get_client_ip(self.request))
104 from openstack_auth.utils import get_client_ip
106 self.assertEqual('10.111.111.2', get_client_ip(self.request))
110 from openstack_auth.utils import get_client_ip
113 self.assertEqual('172.18.0.2', get_client_ip(self.request))
117 from openstack_auth.utils import get_client_ip
121 self.assertEqual('192.168.15.33', get_client_ip(self.request))
/dports/devel/py-raven/raven-python-6.10.0/tests/utils/wsgi/
H A Dtests.py2 from raven.utils.wsgi import get_headers, get_host, get_environ, get_client_ip
91 result = get_client_ip({'REMOTE_ADDR': '127.0.0.1'})
95 result = get_client_ip({'HTTP_X_FORWARDED_FOR': '1.1.1.1, 127.0.0.1'})
/dports/www/trafficserver/trafficserver-9.1.1/iocore/dns/
H A DP_SplitDNSProcessor.h126 sockaddr const *get_client_ip() override; // unused required virtual method.
168 DNSRequestData::get_client_ip() in get_client_ip() function
/dports/www/py-horizon/horizon-19.2.0/openstack_auth/
H A Dforms.py148 'remote_ip': utils.get_client_ip(self.request)})
154 'remote_ip': utils.get_client_ip(self.request)})
162 'remote_ip': utils.get_client_ip(self.request)})
H A Dutils.py451 def get_client_ip(request): function
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/
H A Dauthentication.py13 from seahub.api2.utils import get_client_ip
115 ip = get_client_ip(request)
H A Dutils.py136 def get_client_ip(request): function
207 client_version, platform_version, get_client_ip(request))
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DParentRoundRobin.cc95 if (rdata->get_client_ip() != nullptr) { in selectParent()
96 … cur_index = result->start_parent = ntohl(ats_ip_hash(rdata->get_client_ip())) % num_parents; in selectParent()
H A DControlMatcher.h129 virtual sockaddr const *get_client_ip() = 0;
138 inkcoreapi sockaddr const *get_client_ip() override;
/dports/www/osticket/upload/
H A Dmain.inc.php31 $_SERVER['REMOTE_ADDR'] = osTicket::get_client_ip();
/dports/www/firefox/firefox-99.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A Dwsgi.py194 def get_client_ip(environ): function
283 client_ip = get_client_ip(environ)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A Dwsgi.py194 def get_client_ip(environ): function
283 client_ip = get_client_ip(environ)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A Dwsgi.py194 def get_client_ip(environ): function
283 client_ip = get_client_ip(environ)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/sentry-sdk/sentry_sdk/integrations/
H A Dwsgi.py194 def get_client_ip(environ): function
283 client_ip = get_client_ip(environ)
/dports/devel/py-sentry-sdk/sentry-sdk-1.4.3/sentry_sdk/integrations/
H A Dwsgi.py206 def get_client_ip(environ): function
295 client_ip = get_client_ip(environ)
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DNextHopRoundRobin.cc81 if (request_info.get_client_ip() != nullptr) { in findNextHop()
82 …cur_hst_index = result->start_parent = ntohl(ats_ip_hash(request_info.get_client_ip())) % hst_size; in findNextHop()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A Dlibinknet_stub.cc145 HttpRequestData::get_client_ip() in get_client_ip() function in HttpRequestData
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/packages/raven/utils/
H A Dwsgi.py97 def get_client_ip(environ): function
/dports/devel/py-raven/raven-python-6.10.0/raven/utils/
H A Dwsgi.py97 def get_client_ip(environ): function
/dports/devel/py-raven/raven-python-6.10.0/raven/contrib/django/
H A Dclient.py34 from raven.utils.wsgi import get_headers, get_environ, get_client_ip
161 'ip_address': get_client_ip(request.META),
/dports/www/mod_maxminddb/mod_maxminddb-1.2.0/src/
H A Dmod_maxminddb.c77 static char *get_client_ip(request_rec *r);
386 char *ip_address = get_client_ip(r); in export_env()
407 static char *get_client_ip(request_rec *r) { in get_client_ip() function
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmate-ssh-server.c363 static int get_client_ip(int fd, char *dst, size_t len) in get_client_ip() function
498 if (get_client_ip(fd, client->ip_address, sizeof(client->ip_address)) < 0) { in tmate_ssh_server_main()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DGuardian.pm551 $client_ip = get_client_ip(); ## HTTP_CLIENT_IP
591 sub get_client_ip { subroutine
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_quic/
H A Dtraffic_quic.cc261 HttpRequestData::get_client_ip() in get_client_ip() function in HttpRequestData
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/unit-tests/
H A Dnexthop_test_stubs.cc154 HttpRequestData::get_client_ip() in get_client_ip() function in HttpRequestData

12