This file is indexed.

/usr/include/ncp/ext/socket.h is in libncp-dev 2.2.6-8.

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
#ifndef __EXT_SOCKET__
#define __EXT_SOCKET__

#include <sys/socket.h>

typedef unsigned int socklen_t;

#endif	/* __EXT_SOCKET__ */