This file is indexed.

/usr/include/plib/net.h is in libplib-dev 1.8.5-7.

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 __PLIB_NET_H__
#define __PLIB_NET_H__ 1

#include <plib/netBuffer.h>
#include <plib/netChannel.h>
#include <plib/netChat.h>
#include <plib/netMessage.h>
#include <plib/netMonitor.h>
#include <plib/netSocket.h>

#endif