Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dinet_ntop_cache.h5 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
H A Dinet_ntop_cache.c9 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr) { in inet_ntop_cache_get_ip() function
H A Dmod_evasive.c184 inet_ntop_cache_get_ip(srv, &(con->dst_addr)), in URIHANDLER_FUNC()
H A Dhttp_auth.c877 …write(srv, __FILE__, __LINE__, "ss", "get_password failed, IP:", inet_ntop_cache_get_ip(srv, &(con… in http_auth_basic_check()
885 …esn't match for", con->uri.path, "username:", username, ", IP:", inet_ntop_cache_get_ip(srv, &(con… in http_auth_basic_check()
1149 …"digest: auth failed for ", username, ": wrong password, IP:", inet_ntop_cache_get_ip(srv, &(con->… in http_auth_digest_check()
H A Dmod_trigger_b4_dl.c353 remote_ip = inet_ntop_cache_get_ip(srv, &(con->dst_addr)); in URIHANDLER_FUNC()
H A Dmod_scgi.c1526 s = inet_ntop_cache_get_ip(srv, &(srv_sock->addr)); in scgi_create_env()
1528 s = inet_ntop_cache_get_ip(srv, &(our_addr)); in scgi_create_env()
1542 s = inet_ntop_cache_get_ip(srv, &(con->dst_addr)); in scgi_create_env()
H A Dmod_status.c486 buffer_append_string(b, inet_ntop_cache_get_ip(srv, &(c->dst_addr))); in mod_status_handle_server_status_html()
H A Dmod_accesslog.c760 buffer_append_string(b, inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in REQUESTDONE_FUNC()
H A Dmod_ssi.c277 inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in build_ssi_cgi_vars()
H A Dmod_fastcgi.c1899 s = inet_ntop_cache_get_ip(srv, &(srv_sock->addr)); in fcgi_create_env()
1901 s = inet_ntop_cache_get_ip(srv, &(our_addr)); in fcgi_create_env()
1915 s = inet_ntop_cache_get_ip(srv, &(con->dst_addr)); in fcgi_create_env()
H A Dmod_proxy.c459 proxy_append_header(con, "X-Forwarded-For", (char *)inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in proxy_create_env()
H A Dconnections.c1370 buffer_copy_string(con->dst_addr_buf, inet_ntop_cache_get_ip(srv, &(con->dst_addr)));