This file is indexed.

/usr/share/ada/adainclude/adasockets/sockets-constants.ads is in libadasockets4-dev 1.8.10-2.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
--  This package has been generated automatically on:
--  Linux komainu 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51
--  UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
--  Generation date: Wed Jul  4 09:56:58 UTC 2012
--  Any change you make here is likely to be lost !
package Sockets.Constants is
   Tcp_Nodelay          : constant := 16#0001#;
   Af_Inet              : constant := 16#0002#;
   Af_Unix              : constant := 16#0001#;
   Sock_Stream          : constant := 16#0001#;
   Sock_Dgram           : constant := 16#0002#;
   Eintr                : constant := 16#0004#;
   Eagain               : constant := 16#000B#;
   Ewouldblock          : constant := 16#000B#;
   Einprogress          : constant := 16#0073#;
   Ealready             : constant := 16#0072#;
   Eisconn              : constant := 16#006A#;
   Econnrefused         : constant := 16#006F#;
   Fndelay              : constant := 16#0800#;
   Fasync               : constant := 16#2000#;
   F_Getfl              : constant := 16#0003#;
   F_Setfl              : constant := 16#0004#;
   F_Setown             : constant := 16#0008#;
   So_Rcvbuf            : constant := 16#0008#;
   So_Reuseaddr         : constant := 16#0002#;
   So_Reuseport         : constant := -1;
   Sol_Socket           : constant := 16#0001#;
   Sigterm              : constant := 16#000F#;
   Sigkill              : constant := 16#0009#;
   O_Rdonly             : constant := 16#0000#;
   O_Wronly             : constant := 16#0001#;
   O_Rdwr               : constant := 16#0002#;
   Host_Not_Found       : constant := 16#0001#;
   Try_Again            : constant := 16#0002#;
   No_Recovery          : constant := 16#0003#;
   No_Data              : constant := 16#0004#;
   No_Address           : constant := 16#0004#;
   Pollin               : constant := 16#0001#;
   Pollpri              : constant := 16#0002#;
   Pollout              : constant := 16#0004#;
   Pollerr              : constant := 16#0008#;
   Pollhup              : constant := 16#0010#;
   Pollnval             : constant := 16#0020#;
   I_Setsig             : constant := 16#5309#;
   S_Rdnorm             : constant := 16#0040#;
   S_Wrnorm             : constant := 16#0004#;
   Ipproto_Ip           : constant := 16#0000#;
   Ip_Add_Membership    : constant := 16#0023#;
   Ip_Multicast_Loop    : constant := 16#0022#;
   Ip_Multicast_Ttl     : constant := 16#0021#;
   Ip_Drop_Membership   : constant := 16#0024#;
   O_Nonblock           : constant := 16#0800#;
   Msg_Peek             : constant := 16#0002#;
   Fionbio              : constant := 16#5421#;
   Fionread             : constant := 16#541B#;
   So_Sndbuf            : constant := 16#0007#;
   Sol_Tcp              : constant := 16#0006#;
   So_Keepalive         : constant := 16#0009#;
   Tcp_Keepcnt          : constant := 16#0006#;
   Tcp_Keepidle         : constant := 16#0004#;
   Tcp_Keepintvl        : constant := 16#0005#;
   Af_Inet6             : constant := 16#000A#;
   Ai_Addrconfig        : constant := 16#0020#;
   Ai_All               : constant := 16#0010#;
   Ai_Canonname         : constant := 16#0002#;
   Ai_Default           : constant := -1;
   Ai_Mask              : constant := -1;
   Ai_Numerichost       : constant := 16#0004#;
   Ai_Passive           : constant := 16#0001#;
   Ai_V4mapped          : constant := 16#0008#;
   Ai_V4mapped_Cfg      : constant := -1;
   Ni_Dgram             : constant := 16#0010#;
   Ni_Maxhost           : constant := 16#0401#;
   Ni_Maxserv           : constant := 16#0020#;
   Ni_Namereqd          : constant := 16#0008#;
   Ni_Nofqdn            : constant := 16#0004#;
   Ni_Numerichost       : constant := 16#0001#;
   Ni_Numericserv       : constant := 16#0002#;
   Ni_Withscopeid       : constant := -1;
   Ipproto_Ipv6         : constant := 16#0029#;
   Ipv6_Unicast_Hops    : constant := 16#0010#;
   Ipv6_Multicast_If    : constant := 16#0011#;
   Ipv6_Multicast_Hops  : constant := 16#0012#;
   Ipv6_Multicast_Loop  : constant := 16#0013#;
   Ipv6_Join_Group      : constant := 16#0014#;
   Ipv6_Leave_Group     : constant := 16#0015#;
end Sockets.Constants;