|
|
#include <sys/types.h> #include <sys/scoisdn.h>typedef isdnDword_t isdnCtrlr_t;
0 | 0 | 0 | Ex./Int. | Controller |
---|---|---|---|---|
31 | 16 | 8 | 7 | 6 0 |
Controllers are numbered sequentially, and can be designed to handle external equipment in addition to internal functionality or exclusively provide access to external equipment. The definition of external equipment behavior (for example, B-channel handling) is not included in ISDN drivers.
ISDN drivers should always identify themselves as controller 1.
This type is used by:
ISDN_CONNECT.ISDN_REQ(D7isdn)
ISDN_LISTEN.ISDN_REQ(D7isdn)
ISDN_LISTEN.ISDN_CONF(D7isdn)
ISDN_MANUFACTURER.ISDN_REQ(D7isdn)
ISDN_MANUFACTURER.ISDN_CONF(D7isdn)
ISDN_MANUFACTURER.ISDN_IND(D7isdn)
ISDN_MANUFACTURER.ISDN_RESP(D7isdn)
ISDN_FACILITY.ISDN_REQ(D7isdn)
ISDN_FACILITY.ISDN_CONF(D7isdn)
ISDN_FACILITY.ISDN_IND(D7isdn)
ISDN_FACILITY.ISDN_RESP(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers.