This file is indexed.

/usr/include/uclmmbase/inet_pton.h is in libuclmmbase1-dev 1.2.16.0-1.

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
 8
 9
10
11
#ifndef HAVE_INET_PTON
#if defined(__cplusplus)
extern "C" {
#endif

int inet_pton(int af, const char *src, void *dst);

#if defined(__cplusplus)
}
#endif
#endif /* HAVE_INET_PTON */