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 D | inet_ntop_cache.h | 5 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
|
| H A D | inet_ntop_cache.c | 9 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr) { in inet_ntop_cache_get_ip() function
|
| H A D | mod_evasive.c | 184 inet_ntop_cache_get_ip(srv, &(con->dst_addr)), in URIHANDLER_FUNC()
|
| H A D | http_auth.c | 877 …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 D | mod_trigger_b4_dl.c | 353 remote_ip = inet_ntop_cache_get_ip(srv, &(con->dst_addr)); in URIHANDLER_FUNC()
|
| H A D | mod_scgi.c | 1526 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 D | mod_status.c | 486 buffer_append_string(b, inet_ntop_cache_get_ip(srv, &(c->dst_addr))); in mod_status_handle_server_status_html()
|
| H A D | mod_accesslog.c | 760 buffer_append_string(b, inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in REQUESTDONE_FUNC()
|
| H A D | mod_ssi.c | 277 inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in build_ssi_cgi_vars()
|
| H A D | mod_fastcgi.c | 1899 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 D | mod_proxy.c | 459 proxy_append_header(con, "X-Forwarded-For", (char *)inet_ntop_cache_get_ip(srv, &(con->dst_addr))); in proxy_create_env()
|
| H A D | connections.c | 1370 buffer_copy_string(con->dst_addr_buf, inet_ntop_cache_get_ip(srv, &(con->dst_addr)));
|