Replaced old references to php includes.

This commit is contained in:
Fritz Elfert 2004-02-12 12:09:55 +00:00
parent dfdb3ec310
commit c62ead4703
4 changed files with 62 additions and 62 deletions

View File

@ -219,7 +219,7 @@
</PRE> </PRE>
<H2>SEE ALSO</H2><PRE> <H2>SEE ALSO</H2><PRE>
<A HREF="ttyI.php3">ttyI</A>(4). <A HREF="ttyI.shtml">ttyI</A>(4).
</PRE> </PRE>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -32,7 +32,7 @@
<H2>IOCTL FUNCTIONS</H2><PRE> <H2>IOCTL FUNCTIONS</H2><PRE>
Currently, the following ioctl calls are supported: Currently, the following ioctl calls are supported:
<A HREF="includes/isdn.h.php3#IIOCNETAIF" TARGET="_code">IIOCNETAIF</A> <A HREF="includes/isdn.h.shtml#IIOCNETAIF" TARGET="_code">IIOCNETAIF</A>
Add an ISDN network interface. Add an ISDN network interface.
This function adds a network interface to the ker­ This function adds a network interface to the ker­
nel's device table. This interface can be used nel's device table. This interface can be used
@ -48,7 +48,7 @@
copied to <EM>arg</EM>. and the call returns 0. On copied to <EM>arg</EM>. and the call returns 0. On
failure, an error code is returned. failure, an error code is returned.
<A HREF="includes/isdn.h.php3#IIOCNETASL" TARGET="_code">IIOCNETASL</A> <A HREF="includes/isdn.h.shtml#IIOCNETASL" TARGET="_code">IIOCNETASL</A>
Create a slave interface. Create a slave interface.
Creates a slave interface for RAW-device channel- Creates a slave interface for RAW-device channel-
bundling. These devices behave like network-inter­ bundling. These devices behave like network-inter­
@ -70,7 +70,7 @@
copied to <EM>arg</EM>. and the call returns 0. On copied to <EM>arg</EM>. and the call returns 0. On
failure, an error code is returned. failure, an error code is returned.
<A HREF="includes/isdn.h.php3#IIOCNETDIF" TARGET="_code">IIOCNETDIF</A> <A HREF="includes/isdn.h.shtml#IIOCNETDIF" TARGET="_code">IIOCNETDIF</A>
face. face.
Argument: Argument:
@ -84,7 +84,7 @@
On success, the call returns 0. On failure, On success, the call returns 0. On failure,
an error code is returned. an error code is returned.
<A HREF="includes/isdn.h.php3#IIOCNETSCF" TARGET="_code">IIOCNETSCF</A> <A HREF="includes/isdn.h.shtml#IIOCNETSCF" TARGET="_code">IIOCNETSCF</A>
Set configurable parameters of an ISDN network Set configurable parameters of an ISDN network
interface. interface.
This call replaces all ISDN related parameters of This call replaces all ISDN related parameters of
@ -92,13 +92,13 @@
Argument: Argument:
<EM>arg</EM> should point to a <EM>struct</EM> <EM>arg</EM> should point to a <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_net_ioctl_cfg" TARGET="_code">isdn_net_ioctl_cfg</A> <A HREF="includes/isdn.h.shtml#isdn_net_ioctl_cfg" TARGET="_code">isdn_net_ioctl_cfg</A>
Return: Return:
On success, the call returns 0. On failure, On success, the call returns 0. On failure,
an error code is returned. an error code is returned.
<A HREF="includes/isdn.h.php3#IIOCNETGCF" TARGET="_code">IIOCNETGCF</A> <A HREF="includes/isdn.h.shtml#IIOCNETGCF" TARGET="_code">IIOCNETGCF</A>
Get configurable parameters of an ISDN network Get configurable parameters of an ISDN network
interface. interface.
This call returns all ISDN related parameters of an This call returns all ISDN related parameters of an
@ -106,7 +106,7 @@
Argument: Argument:
<EM>arg</EM> shoud point to a <EM>struct</EM> <EM>arg</EM> shoud point to a <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_net_ioctl_cfg" TARGET="_code">isdn_net_ioctl_cfg</A> (defined in linux/isdn.h) <A HREF="includes/isdn.h.shtml#isdn_net_ioctl_cfg" TARGET="_code">isdn_net_ioctl_cfg</A> (defined in linux/isdn.h)
which will be filled by the current setup. which will be filled by the current setup.
Return: Return:
@ -114,21 +114,21 @@
interface-setup is copied to *arg. On fail­ interface-setup is copied to *arg. On fail­
ure, an error code is returned. ure, an error code is returned.
<A HREF="includes/isdn.h.php3#IIOCNETANM" TARGET="_code">IIOCNETANM</A> <A HREF="includes/isdn.h.shtml#IIOCNETANM" TARGET="_code">IIOCNETANM</A>
Add a phone number to an ISDN network interface. Add a phone number to an ISDN network interface.
This call adds a phone number to an existing net­ This call adds a phone number to an existing net­
work interface. work interface.
Argument: Argument:
<EM>arg</EM> shoud point to a <EM>struct</EM> <EM>arg</EM> shoud point to a <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_net_ioctl_phone" TARGET="_code">isdn_net_ioctl_phone</A> which contains neces­ <A HREF="includes/isdn.h.shtml#isdn_net_ioctl_phone" TARGET="_code">isdn_net_ioctl_phone</A> which contains neces­
sary information. sary information.
On success, the call returns 0 and the phone On success, the call returns 0 and the phone
number is added to either outgoing or incom­ number is added to either outgoing or incom­
ing number list. On failure, an error code ing number list. On failure, an error code
is returned. is returned.
<A HREF="includes/isdn.h.php3#IIOCNETDNM" TARGET="_code">IIOCNETDNM</A> <A HREF="includes/isdn.h.shtml#IIOCNETDNM" TARGET="_code">IIOCNETDNM</A>
Delete a phone number from an ISDN network inter­ Delete a phone number from an ISDN network inter­
face. face.
This call deletes a phone number from an existing This call deletes a phone number from an existing
@ -136,7 +136,7 @@
Argument: Argument:
<EM>arg</EM> shoud point to a <EM>struct</EM> <EM>arg</EM> shoud point to a <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_net_ioctl_phone" TARGET="_code">isdn_net_ioctl_phone</A> which contains neces­ <A HREF="includes/isdn.h.shtml#isdn_net_ioctl_phone" TARGET="_code">isdn_net_ioctl_phone</A> which contains neces­
sary information. sary information.
Return: Return:
@ -145,7 +145,7 @@
incoming number list. On failure, an error incoming number list. On failure, an error
code is returned. code is returned.
<A HREF="includes/isdn.h.php3#IIOCNETGNM" TARGET="_code">IIOCNETGNM</A> <A HREF="includes/isdn.h.shtml#IIOCNETGNM" TARGET="_code">IIOCNETGNM</A>
Get list of phone numbers from an ISDN network Get list of phone numbers from an ISDN network
interface. interface.
This call returns the list of phone numbers associ­ This call returns the list of phone numbers associ­
@ -153,7 +153,7 @@
Argument: Argument:
<EM>arg</EM> shoud point to a a union of <EM>struct</EM> <EM>arg</EM> shoud point to a a union of <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_net_ioctl_phone" TARGET="_code">isdn_net_ioctl_phone</A> and a buffer, large <A HREF="includes/isdn.h.shtml#isdn_net_ioctl_phone" TARGET="_code">isdn_net_ioctl_phone</A> and a buffer, large
enough to hold a concatenated list of enough to hold a concatenated list of
strings containing the phone numbers. strings containing the phone numbers.
@ -163,7 +163,7 @@
arated list of number-strings terminated by arated list of number-strings terminated by
a NULL byte. a NULL byte.
<A HREF="includes/isdn.h.php3#IIOCNETDIL" TARGET="_code">IIOCNETDIL</A> <A HREF="includes/isdn.h.shtml#IIOCNETDIL" TARGET="_code">IIOCNETDIL</A>
Trigger dialing of an ISDN network interface. Trigger dialing of an ISDN network interface.
This call initiates dialing of an ISDN network This call initiates dialing of an ISDN network
interface, if it is not connected. Normally, this interface, if it is not connected. Normally, this
@ -178,7 +178,7 @@
On success, the call returns 0 and the On success, the call returns 0 and the
interface starts dialing. interface starts dialing.
<A HREF="includes/isdn.h.php3#IIOCNETHUP" TARGET="_code">IIOCNETHUP</A> <A HREF="includes/isdn.h.shtml#IIOCNETHUP" TARGET="_code">IIOCNETHUP</A>
Hangup an ISDN network interface. Hangup an ISDN network interface.
This call initiates hangup of an ISDN network This call initiates hangup of an ISDN network
interface, if it is connected. interface, if it is connected.
@ -192,7 +192,7 @@
On success, the call returns 0 and the On success, the call returns 0 and the
interface hangs up. interface hangs up.
<A HREF="includes/isdn.h.php3#IIOCNETALN" TARGET="_code">IIOCNETALN</A> <A HREF="includes/isdn.h.shtml#IIOCNETALN" TARGET="_code">IIOCNETALN</A>
Add a link of an MPP-configured ISDN network inter­ Add a link of an MPP-configured ISDN network inter­
face. face.
This call initiates dialing of a Multilink-PPP This call initiates dialing of a Multilink-PPP
@ -208,7 +208,7 @@
On success, the call returns 0 and the On success, the call returns 0 and the
interface starts dialing. interface starts dialing.
<A HREF="includes/isdn.h.php3#IIOCNETDLN" TARGET="_code">IIOCNETDLN</A> <A HREF="includes/isdn.h.shtml#IIOCNETDLN" TARGET="_code">IIOCNETDLN</A>
Hangup an MPP-configured ISDN network interface. Hangup an MPP-configured ISDN network interface.
This call initiates hangup of an Multilink-PPP ISDN This call initiates hangup of an Multilink-PPP ISDN
network interface, if it is connected. network interface, if it is connected.
@ -222,20 +222,20 @@
On success, the call returns 0 and the On success, the call returns 0 and the
interface hangs up. interface hangs up.
<A HREF="includes/isdn.h.php3#IIOCNETDLN" TARGET="_code">IIOCNETARU</A> <A HREF="includes/isdn.h.shtml#IIOCNETDLN" TARGET="_code">IIOCNETARU</A>
Add a timeout rule to an ISDN network interface. Add a timeout rule to an ISDN network interface.
This call adds a timeout rule to an existing inter­ This call adds a timeout rule to an existing inter­
face. face.
<EM>arg</EM> should point to a <EM>struct</EM> <EM>arg</EM> should point to a <EM>struct</EM>
<A HREF="includes/isdn_timru.h.php3#isdn_ioctl_timeout_rule" TARGET="_code">isdn_ioctl_timeout_rule</A> containing the nec­ <A HREF="includes/isdn_timru.h.shtml#isdn_ioctl_timeout_rule" TARGET="_code">isdn_ioctl_timeout_rule</A> containing the nec­
essary parameters. essary parameters.
Return: Return:
On success, the call returns 0 and the rule On success, the call returns 0 and the rule
is added to the rule list of the interface. is added to the rule list of the interface.
<A HREF="includes/isdn.h.php3#IIOCNETDRU" TARGET="_code">IIOCNETDRU</A> <A HREF="includes/isdn.h.shtml#IIOCNETDRU" TARGET="_code">IIOCNETDRU</A>
Delete a timeout rule from an ISDN network inter­ Delete a timeout rule from an ISDN network inter­
face. face.
This call deletes a timeout rule from an existing This call deletes a timeout rule from an existing
@ -243,7 +243,7 @@
Argument: Argument:
<EM>arg</EM> should point to a <EM>struct</EM> <EM>arg</EM> should point to a <EM>struct</EM>
<A HREF="includes/isdn_timru.h.php3#isdn_ioctl_timeout_rule" TARGET="_code">isdn_ioctl_timeout_rule</A> containing the nec­ <A HREF="includes/isdn_timru.h.shtml#isdn_ioctl_timeout_rule" TARGET="_code">isdn_ioctl_timeout_rule</A> containing the nec­
essary parameters. essary parameters.
Return: Return:
@ -251,14 +251,14 @@
is deleted from the rule list of the inter­ is deleted from the rule list of the inter­
face. face.
<A HREF="includes/isdn.h.php3#IIOCNETGRU" TARGET="_code">IIOCNETGRU</A> <A HREF="includes/isdn.h.shtml#IIOCNETGRU" TARGET="_code">IIOCNETGRU</A>
Get a timeout rule from an ISDN network interface. Get a timeout rule from an ISDN network interface.
This call returns a timeout rule from an existing This call returns a timeout rule from an existing
interface. interface.
Argument: Argument:
<EM>arg</EM> should point to a <EM>struct</EM> <EM>arg</EM> should point to a <EM>struct</EM>
<A HREF="includes/isdn_timru.h.php3#isdn_ioctl_timeout_rule" TARGET="_code">isdn_ioctl_timeout_rule</A> containing the nec­ <A HREF="includes/isdn_timru.h.shtml#isdn_ioctl_timeout_rule" TARGET="_code">isdn_ioctl_timeout_rule</A> containing the nec­
essary parameters. essary parameters.
Return: Return:
@ -266,14 +266,14 @@
struct is filled from the rule list of the struct is filled from the rule list of the
interface. interface.
<A HREF="includes/isdn.h.php3#IIOCNETBUD" TARGET="_code">IIOCNETBUD</A> <A HREF="includes/isdn.h.shtml#IIOCNETBUD" TARGET="_code">IIOCNETBUD</A>
Handle budget accounting of an ISDN network inter­ Handle budget accounting of an ISDN network inter­
face. face.
Argument and Return: Argument and Return:
to be defined. to be defined.
<A HREF="includes/isdn.h.php3#IIOCNETBUD" TARGET="_code">IIOCSETVER</A> <A HREF="includes/isdn.h.shtml#IIOCNETBUD" TARGET="_code">IIOCSETVER</A>
Set verbosity of link level. Set verbosity of link level.
Argument: Argument:
@ -281,7 +281,7 @@
value. value.
This call always returns 0. This call always returns 0.
<A HREF="includes/isdn.h.php3#IIOCSETGST" TARGET="_code">IIOCSETGST</A> <A HREF="includes/isdn.h.shtml#IIOCSETGST" TARGET="_code">IIOCSETGST</A>
Set global stop flag of link level. Set global stop flag of link level.
Argument: Argument:
@ -291,12 +291,12 @@
Return: Return:
This call always returns 0. This call always returns 0.
<A HREF="includes/isdn.h.php3#IIOCSETBRJ" TARGET="_code">IIOCSETBRJ</A> <A HREF="includes/isdn.h.shtml#IIOCSETBRJ" TARGET="_code">IIOCSETBRJ</A>
Set busreject flag of a lowlevel driver. Set busreject flag of a lowlevel driver.
Argument: Argument:
<EM>arg</EM> should point to an <EM>struct</EM> <EM>arg</EM> should point to an <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_ioctl_struct" TARGET="_code">isdn_ioctl_struct</A> containing the driver's ID <A HREF="includes/isdn.h.shtml#isdn_ioctl_struct" TARGET="_code">isdn_ioctl_struct</A> containing the driver's ID
and the value of the busreject flag. and the value of the busreject flag.
Return: Return:
@ -304,7 +304,7 @@
reject flag of the selected driver is set reject flag of the selected driver is set
according the given parameter. according the given parameter.
<A HREF="includes/isdn.h.php3#IIOCSIGPRF" TARGET="_code">IIOCSIGPRF</A> <A HREF="includes/isdn.h.shtml#IIOCSIGPRF" TARGET="_code">IIOCSIGPRF</A>
Enable signaling on change of modem profiles. Enable signaling on change of modem profiles.
With this call, the calling process is registered With this call, the calling process is registered
to receive a SIGIO on every change of any register to receive a SIGIO on every change of any register
@ -320,55 +320,55 @@
Return: Return:
This call always returns 0. This call always returns 0.
<A HREF="includes/isdn.h.php3#IIOCGETPRF" TARGET="_code">IIOCGETPRF</A> <A HREF="includes/isdn.h.shtml#IIOCGETPRF" TARGET="_code">IIOCGETPRF</A>
Get all modem register settings. Get all modem register settings.
With this call, all modem registers of all ttyI With this call, all modem registers of all ttyI
devices can be read. devices can be read.
Argument: Argument:
<EM>arg</EM> should point to a buffer of length <EM>arg</EM> should point to a buffer of length
(<A HREF="includes/isdn.h.php3#ISDN_MODEM_ANZREG" TARGET="_code">ISDN_MODEM_ANZREG</A> + <A HREF="includes/isdn.h.php3#ISDN_MSNLEN" TARGET="_code">ISDN_MSNLEN</A>) * (<A HREF="includes/isdn.h.shtml#ISDN_MODEM_ANZREG" TARGET="_code">ISDN_MODEM_ANZREG</A> + <A HREF="includes/isdn.h.shtml#ISDN_MSNLEN" TARGET="_code">ISDN_MSNLEN</A>) *
<A HREF="includes/isdn.h.php3#ISDN_MAX_CHANNELS" TARGET="_code">ISDN_MAX_CHANNELS</A>. <A HREF="includes/isdn.h.shtml#ISDN_MAX_CHANNELS" TARGET="_code">ISDN_MAX_CHANNELS</A>.
Return: Return:
<A HREF="includes/isdn.h.php3#IIOCSETPRF" TARGET="_code">IIOCSETPRF</A> <A HREF="includes/isdn.h.shtml#IIOCSETPRF" TARGET="_code">IIOCSETPRF</A>
Set all modem register settings. Set all modem register settings.
With this call, all modem registers of all ttyI With this call, all modem registers of all ttyI
devices can be written. devices can be written.
Argument: Argument:
<EM>arg</EM> should point to a buffer of length <EM>arg</EM> should point to a buffer of length
(<A HREF="includes/isdn.h.php3#ISDN_MODEM_ANZREG" TARGET="_code">ISDN_MODEM_ANZREG</A> + <A HREF="includes/isdn.h.php3#ISDN_MSNLEN" TARGET="_code">ISDN_MSNLEN</A>) * (<A HREF="includes/isdn.h.shtml#ISDN_MODEM_ANZREG" TARGET="_code">ISDN_MODEM_ANZREG</A> + <A HREF="includes/isdn.h.shtml#ISDN_MSNLEN" TARGET="_code">ISDN_MSNLEN</A>) *
<A HREF="includes/isdn.h.php3#ISDN_MAX_CHANNELS" TARGET="_code">ISDN_MAX_CHANNELS</A> filled with the values <A HREF="includes/isdn.h.shtml#ISDN_MAX_CHANNELS" TARGET="_code">ISDN_MAX_CHANNELS</A> filled with the values
of all modem registers. of all modem registers.
Return: Return:
On return, the modem registers are set from On return, the modem registers are set from
the contents of the provided buffer. the contents of the provided buffer.
<A HREF="includes/isdn.h.php3#IIOCSETMAP" TARGET="_code">IIOCSETMAP</A> <A HREF="includes/isdn.h.shtml#IIOCSETMAP" TARGET="_code">IIOCSETMAP</A>
Set Mapping table. Set Mapping table.
This call is used to set EAZ/MSN mapping of a This call is used to set EAZ/MSN mapping of a
lowlevel driver. lowlevel driver.
Argument: Argument:
<EM>arg</EM> should point to a <EM>struct</EM> <EM>arg</EM> should point to a <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_ioctl_struct" TARGET="_code">isdn_ioctl_struct</A> containing the necessary <A HREF="includes/isdn.h.shtml#isdn_ioctl_struct" TARGET="_code">isdn_ioctl_struct</A> containing the necessary
parameters. parameters.
Return: Return:
On success, the mapping table is set from On success, the mapping table is set from
the given parameters an the call returns 0. the given parameters an the call returns 0.
<A HREF="includes/isdn.h.php3#IIOCGETMAP" TARGET="_code">IIOCGETMAP</A> <A HREF="includes/isdn.h.shtml#IIOCGETMAP" TARGET="_code">IIOCGETMAP</A>
Get Mapping table. Get Mapping table.
This call is used to get EAZ/MSN mapping of a This call is used to get EAZ/MSN mapping of a
lowlevel driver. lowlevel driver.
Argument: Argument:
<EM>arg</EM> should point to a <EM>struct</EM> <EM>arg</EM> should point to a <EM>struct</EM>
<A HREF="includes/isdn.h.php3#isdn_ioctl_struct" TARGET="_code">isdn_ioctl_struct</A> containing the necessary <A HREF="includes/isdn.h.shtml#isdn_ioctl_struct" TARGET="_code">isdn_ioctl_struct</A> containing the necessary
parameters. parameters.
Return: Return:
@ -385,7 +385,7 @@
</PRE> </PRE>
<H2>SEE ALSO</H2><PRE> <H2>SEE ALSO</H2><PRE>
<A HREF="isdninfo.php3">isdninfo</A>(4), <STRONG>icnctrl</STRONG>(4). <A HREF="isdninfo.shtml">isdninfo</A>(4), <STRONG>icnctrl</STRONG>(4).
</PRE> </PRE>
</BODY> </BODY>

View File

@ -55,27 +55,27 @@
tual channel, the current usage is shown. The fol­ tual channel, the current usage is shown. The fol­
lowing usage constants are defined: lowing usage constants are defined:
<STRONG><A HREF="includes/isdn.h.php3#ISDN_USAGE_NONE">ISDN_USAGE_NONE</A></STRONG> (0) <STRONG><A HREF="includes/isdn.h.shtml#ISDN_USAGE_NONE">ISDN_USAGE_NONE</A></STRONG> (0)
Unused channel Unused channel
<STRONG><A HREF="includes/isdn.h.php3#ISDN_USAGE_RAW">ISDN_USAGE_RAW</A></STRONG> (1) <STRONG><A HREF="includes/isdn.h.shtml#ISDN_USAGE_RAW">ISDN_USAGE_RAW</A></STRONG> (1)
Channel used by raw device (currently unsup­ Channel used by raw device (currently unsup­
ported) ported)
<STRONG><A HREF="includes/isdn.h.php3#ISDN_USAGE_MODEM">ISDN_USAGE_MODEM</A></STRONG> (2) <STRONG><A HREF="includes/isdn.h.shtml#ISDN_USAGE_MODEM">ISDN_USAGE_MODEM</A></STRONG> (2)
Channel used by some ttyI Channel used by some ttyI
<STRONG><A HREF="includes/isdn.h.php3#ISDN_USAGE_NET">ISDN_USAGE_NET</A></STRONG> (3) <STRONG><A HREF="includes/isdn.h.shtml#ISDN_USAGE_NET">ISDN_USAGE_NET</A></STRONG> (3)
Channel used by an ISDN net-interface Channel used by an ISDN net-interface
<STRONG><A HREF="includes/isdn.h.php3#ISDN_USAGE_VOICE">ISDN_USAGE_VOICE</A></STRONG> (4) <STRONG><A HREF="includes/isdn.h.shtml#ISDN_USAGE_VOICE">ISDN_USAGE_VOICE</A></STRONG> (4)
Channel used by some ttyI in voice mode. Channel used by some ttyI in voice mode.
Channel exclusively preserved for a net- Channel exclusively preserved for a net-
interface. This value is logically or'ed interface. This value is logically or'ed
with one of the other codes. with one of the other codes.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_USAGE_OUTGOING">ISDN_USAGE_OUTGOING</A></STRONG> (128) <STRONG><A HREF="includes/isdn.h.shtml#ISDN_USAGE_OUTGOING">ISDN_USAGE_OUTGOING</A></STRONG> (128)
Channel is used outgoing. This value is log­ Channel is used outgoing. This value is log­
ically or'ed with one of the other codes. It ically or'ed with one of the other codes. It
is set, when dialling is started and reset, is set, when dialling is started and reset,
@ -114,7 +114,7 @@
<H2>IOCTL FUNCTIONS</H2><PRE> <H2>IOCTL FUNCTIONS</H2><PRE>
Currently, there are two ioctl calls supported: Currently, there are two ioctl calls supported:
<STRONG><A HREF="includes/isdn.h.php3#IIOCGETDVR">IIOCGETDVR</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#IIOCGETDVR">IIOCGETDVR</A></STRONG>
Get Revision information. Get Revision information.
Returns an unsigned long value <EM>v</EM>, representing var­ Returns an unsigned long value <EM>v</EM>, representing var­
ious user level interface revisions, where ious user level interface revisions, where
@ -130,7 +130,7 @@
is the revision of the data delivered via is the revision of the data delivered via
<EM>/dev/isdninfo</EM> itself. <EM>/dev/isdninfo</EM> itself.
<STRONG><A HREF="includes/isdn.h.php3#IIOCGETCPS">IIOCGETCPS</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#IIOCGETCPS">IIOCGETCPS</A></STRONG>
Get transfer statistics. Get transfer statistics.
Returns the number of bytes transferred so far for Returns the number of bytes transferred so far for
all virtual channels. The third parameter should be all virtual channels. The third parameter should be
@ -142,38 +142,38 @@
</PRE> </PRE>
<H2>OTHER CONSTANTS</H2><PRE> <H2>OTHER CONSTANTS</H2><PRE>
There are some more useful constants defined in There are some more useful constants defined in
<EM><A HREF="includes/isdn.h.php3">/usr/include/linux/isdn.h</A></EM>: <EM><A HREF="includes/isdn.h.shtml">/usr/include/linux/isdn.h</A></EM>:
<STRONG><A HREF="includes/isdn.h.php3#ISDN_TTY_MAJOR">ISDN_TTY_MAJOR</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_TTY_MAJOR">ISDN_TTY_MAJOR</A></STRONG>
The major device number of <EM>/dev/ttyI</EM>. The major device number of <EM>/dev/ttyI</EM>.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_TTYAUX_MAJOR">ISDN_TTYAUX_MAJOR</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_TTYAUX_MAJOR">ISDN_TTYAUX_MAJOR</A></STRONG>
The major device number of <EM>/dev/cui</EM>. The major device number of <EM>/dev/cui</EM>.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MAJOR">ISDN_MAJOR</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MAJOR">ISDN_MAJOR</A></STRONG>
The major device number of <EM>/dev/isdnctrl</EM>, <EM>/dev/isd­</EM> The major device number of <EM>/dev/isdnctrl</EM>, <EM>/dev/isd­</EM>
<EM>ninfo</EM>, <EM>/dev/ippp</EM> and <EM>/dev/isdn</EM> <EM>ninfo</EM>, <EM>/dev/ippp</EM> and <EM>/dev/isdn</EM>
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MAX_DRIVERS">ISDN_MAX_DRIVERS</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MAX_DRIVERS">ISDN_MAX_DRIVERS</A></STRONG>
The number of driver slots. The number of driver slots.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MAX_CHANNELS">ISDN_MAX_CHANNELS</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MAX_CHANNELS">ISDN_MAX_CHANNELS</A></STRONG>
The number of virtual channels. The number of virtual channels.
<STRONG><A HREF="includes/isdn.h.php3#"></A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#"></A></STRONG>
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MINOR_CTRL">ISDN_MINOR_CTRL</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MINOR_CTRL">ISDN_MINOR_CTRL</A></STRONG>
The minor device number of <EM>/dev/isdnctrl0</EM>. The minor device number of <EM>/dev/isdnctrl0</EM>.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MINOR_CTRLMAX">ISDN_MINOR_CTRLMAX</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MINOR_CTRLMAX">ISDN_MINOR_CTRLMAX</A></STRONG>
The minor device number of <EM>/dev/isdnctrl63</EM>. The minor device number of <EM>/dev/isdnctrl63</EM>.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MINOR_PPP">ISDN_MINOR_PPP</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MINOR_PPP">ISDN_MINOR_PPP</A></STRONG>
The minor device number of <EM>/dev/ippp0</EM>. The minor device number of <EM>/dev/ippp0</EM>.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MINOR_PPPMAX">ISDN_MINOR_PPPMAX</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MINOR_PPPMAX">ISDN_MINOR_PPPMAX</A></STRONG>
The minor device number of <EM>/dev/ippp64</EM>. The minor device number of <EM>/dev/ippp64</EM>.
<STRONG><A HREF="includes/isdn.h.php3#ISDN_MINOR_STATUS">ISDN_MINOR_STATUS</A></STRONG> <STRONG><A HREF="includes/isdn.h.shtml#ISDN_MINOR_STATUS">ISDN_MINOR_STATUS</A></STRONG>
The minor device number of <EM>/dev/isdninfo</EM>. The minor device number of <EM>/dev/isdninfo</EM>.
Other constants, necessary for ioctl's on <EM>/dev/isdnctrl</EM> Other constants, necessary for ioctl's on <EM>/dev/isdnctrl</EM>

View File

@ -286,7 +286,7 @@
</PRE> </PRE>
<H2>SEE ALSO</H2><PRE> <H2>SEE ALSO</H2><PRE>
<STRONG>icnctrl</STRONG>(8), <STRONG>telesctrl</STRONG>(8), <A HREF="isdninfo.php3">isdninfo</A>(4), <A HREF="isdn_audio.php3">isdn_audio</A>(4), <STRONG>isd­</STRONG> <STRONG>icnctrl</STRONG>(8), <STRONG>telesctrl</STRONG>(8), <A HREF="isdninfo.shtml">isdninfo</A>(4), <A HREF="isdn_audio.shtml">isdn_audio</A>(4), <STRONG>isd­</STRONG>
<STRONG>nctrl</STRONG>(8). <STRONG>nctrl</STRONG>(8).
</PRE> </PRE>
</BODY> </BODY>