This file is indexed.

/usr/share/doc/libextunix-ocaml-dev/ExtUnixAll.Ioctl.html is in libextunix-ocaml-dev 0.0.3-2build1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="ExtUnixAll.LargeFile.html">
<link rel="next" href="ExtUnixAll.Rlimit.html">
<link rel="Up" href="ExtUnixAll.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="ExtUnix" rel="Chapter" href="ExtUnix.html">
<link title="ExtUnixAll" rel="Chapter" href="ExtUnixAll.html">
<link title="ExtUnixSpecific" rel="Chapter" href="ExtUnixSpecific.html"><title>ExtUnixAll.Ioctl</title>
</head>
<body>
<div class="navbar"><a href="ExtUnixAll.LargeFile.html">Previous</a>
&nbsp;<a href="ExtUnixAll.html">Up</a>
&nbsp;<a href="ExtUnixAll.Rlimit.html">Next</a>
</div>
<center><h1>Module <a href="type_ExtUnixAll.Ioctl.html">ExtUnixAll.Ioctl</a></h1></center>
<br>
<pre><span class="keyword">module</span> Ioctl: <code class="code">sig</code> <a href="ExtUnixAll.Ioctl.html">..</a> <code class="code">end</code></pre>Control the underlying device parameters of special files<br>
<hr width="100%">
<pre><span id="VALsiocgifconf"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Ioctl.siocgifconf.html">siocgifconf</a></span> : <code class="type">sock:Unix.file_descr -> (string * string) list</code></pre><div class="info">
<code class="code">siocgifconf sock</code>, where <code class="code">sock</code> is any socket, e.g. <code class="code">socket PF_INET SOCK_DGRAM 0</code><br>
<b>Returns</b> the list of interfaces and corresponfing addresses<br>
</div>
<pre><span id="VALcrtscts"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Ioctl.crtscts.html">crtscts</a></span> : <code class="type">Unix.file_descr -> int</code></pre><div class="info">
Enable RTS/CTS (hardware) flow control. See CRTSCTS in tcsetattr(3). 
    <b>FIXME this is likely to disappear when separate interface for <code class="code">tcsetattr</code> and <code class="code">tcgetattr</code> gets implemented</b><br>
</div>
<pre><span id="VALtiocmget"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Ioctl.tiocmget.html">tiocmget</a></span> : <code class="type">Unix.file_descr -> int</code></pre><div class="info">
Get the status of modem bits. See TIOCMGET in tty_ioctl(4).<br>
</div>
<pre><span id="VALtiocmset"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Ioctl.tiocmset.html">tiocmset</a></span> : <code class="type">Unix.file_descr -> int -> unit</code></pre><div class="info">
Set the status of modem bits. See TIOCMSET in tty_ioctl(4).<br>
</div>
<pre><span id="VALtiocmbic"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Ioctl.tiocmbic.html">tiocmbic</a></span> : <code class="type">Unix.file_descr -> int -> unit</code></pre><div class="info">
Clear the indicated modem bits. See TIOCMBIC in tty_ioctl(4).<br>
</div>
<pre><span id="VALtiocmbis"><span class="keyword">val</span> <a href="code_VALExtUnixAll.Ioctl.tiocmbis.html">tiocmbis</a></span> : <code class="type">Unix.file_descr -> int -> unit</code></pre><div class="info">
Set the indicated modem bits. See TIOCMBIS in tty_ioctl(4).<br>
</div>
</body></html>