This file is indexed.

/usr/include/lighttpd/inet_ntop_cache.h is in lighttpd-dev 1.4.28-2ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#ifndef _INET_NTOP_CACHE_H_
#define _INET_NTOP_CACHE_H_

#include "base.h"
const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);

#endif