Searched refs:client_addr (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/poorman/ |
H A D | PoorManServer.cpp | 413 poorman_log(log.String(), true, &hc->client_addr); in _HandleGet() 437 poorman_log(log.String(), true, &hc->client_addr, RED); in _HandleGet()
|
/haiku/src/apps/poorman/libhttpd/ |
H A D | libhttpd.h | 102 httpd_sockaddr client_addr; member
|
H A D | libhttpd.c | 1747 (void) memset( &hc->client_addr, 0, sizeof(hc->client_addr) ); in httpd_get_conn() 1748 (void) memmove( &hc->client_addr, &sa, sockaddr_len( &sa ) ); in httpd_get_conn() 2754 poorman_log(logString, true, &hc->client_addr, RED); in ls() 2792 poorman_log(logString, true, &hc->client_addr, BLACK); in ls() 3697 poorman_log(logString, true, &hc->client_addr, RED); in really_start_request() 4022 httpd_ntoa( &hc->client_addr ), ru, date, in make_log_entry()
|