Home
last modified time | relevance | path

Searched refs:ipstr (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_extforward.c271 static int is_proxy_trusted(const char *ipstr, plugin_data *p) in is_proxy_trusted() argument
283 return (data_string *)array_get_element(p->conf.forwarder, ipstr) ? IP_TRUSTED : IP_UNTRUSTED; in is_proxy_trusted()