DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

isdnPLCI(D4isdn)


isdnPLCI -- ISDN Physical Link Connection Identifier parameter

Synopsis

   #include <sys/types.h>
   #include <sys/scoisdn.h>
   

typedef isdnDword_t isdnPLCI_t;

Description

The isdnPLCI (Physical Link Connection Identifier) parameter describes a physical connection between two endpoints. The PLCI is given by the ISDN driver during the creation of the physical connection. This parameter is a dword with a range from 1 to 255 (0 reserved), and also includes the controller:

     0           0         PLCI      Ex./Int.   Controller
31 16 8 7 6                   0

 |     0      |      0      |    PLCI    |   Ex./Int.   |      Controller       |
  31                     16            8        7         6                   0

This type is used by:

ISDN_CONNECT.ISDN_CONF(D7isdn)
ISDN_CONNECT.ISDN_IND(D7isdn)
ISDN_CONNECT.ISDN_RESP(D7isdn)
ISDN_CONNECT_ACTIVE.ISDN_IND(D7isdn)
ISDN_CONNECT_ACTIVE.ISDN_RESP(D7isdn)
ISDN_DISCONNECT.ISDN_REQ(D7isdn)
ISDN_DISCONNECT.ISDN_CONF(D7isdn)
ISDN_DISCONNECT.ISDN_IND(D7isdn)
ISDN_DISCONNECT.ISDN_RESP(D7isdn)
ISDN_ALERT.ISDN_REQ(D7isdn)
ISDN_ALERT.ISDN_CONF(D7isdn)
ISDN_INFO.ISDN_REQ(D7isdn)
ISDN_INFO.ISDN_CONF(D7isdn)
ISDN_INFO.ISDN_IND(D7isdn)
ISDN_INFO.ISDN_RESP(D7isdn)
ISDN_CONNECT_B3.ISDN_REQ(D7isdn)
ISDN_CONNECT_B3.ISDN_CONF(D7isdn)
ISDN_SELECT_B_PROTOCOL.ISDN_REQ(D7isdn)
ISDN_SELECT_B_PROTOCOL.ISDN_CONF(D7isdn)

Bit fields

The following bit fields are supported:


ISDN_PLCIMSK_PLCI
0x0000ff00: PLCI

ISDN_PLCIMSK_EXT
0x00000080: 1=External, 0=Internal

ISDN_PLCIMSK_CTLR
0x0000007f: controller

References

Intro(D4isdn), Intro(D7isdn)

``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers.


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005