This file is indexed.

/usr/lib/erlang/lib/snmp-4.21.1/include/INET-ADDRESS-MIB.hrl is in erlang-dev 1:14.b.4-dfsg-1ubuntu1.

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
32
33
34
35
36
37
38
%%% This file was automatically generated by snmpc_mib_to_hrl version 4.21.1
%%% Date: 16-Dec-2011::03:52:20
-ifndef('INET-ADDRESS-MIB').
-define('INET-ADDRESS-MIB', true).

%% Oids

-define(inetAddressMIB, [1,3,6,1,2,1,76]).


%% Range values


%% Definitions from 'InetVersion'
-define('InetVersion_ipv6', 2).
-define('InetVersion_ipv4', 1).
-define('InetVersion_unknown', 0).

%% Definitions from 'InetScopeType'
-define('InetScopeType_global', 14).
-define('InetScopeType_organizationLocal', 8).
-define('InetScopeType_siteLocal', 5).
-define('InetScopeType_adminLocal', 4).
-define('InetScopeType_subnetLocal', 3).
-define('InetScopeType_linkLocal', 2).
-define('InetScopeType_interfaceLocal', 1).

%% Definitions from 'InetAddressType'
-define('InetAddressType_dns', 16).
-define('InetAddressType_ipv6z', 4).
-define('InetAddressType_ipv4z', 3).
-define('InetAddressType_ipv6', 2).
-define('InetAddressType_ipv4', 1).
-define('InetAddressType_unknown', 0).

%% Default values

-endif.