This file is indexed.

/usr/include/dumbnet.h is in libdumbnet-dev 1.12-7+b1.

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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * dnet.h
 *
 * Copyright (c) 2001 Dug Song <dugsong@monkey.org>
 *
 * $Id: dnet.h 529 2004-09-10 03:10:01Z dugsong $
 */

#ifndef DNET_H
#define DNET_H

#include <dumbnet/os.h>

#include <dumbnet/eth.h>
#include <dumbnet/ip.h>
#include <dumbnet/ip6.h>
#include <dumbnet/addr.h>
#include <dumbnet/arp.h>
#include <dumbnet/icmp.h>
#include <dumbnet/tcp.h>
#include <dumbnet/udp.h>

#include <dumbnet/intf.h>
#include <dumbnet/route.h>
#include <dumbnet/fw.h>
#include <dumbnet/tun.h>

#include <dumbnet/blob.h>
#include <dumbnet/rand.h>

#endif /* DNET_H */