|
|
#include <sys/stream.h> #include <sys/mdi.h> #include <sys/types.h> #include <sys/scoisdn.h>typedef struct isdn_disconnect_req { isdnPLCI_t plci; isdnAddInfo_t info; } isdn_disconnect_req_t;
plci
parameter identifies the physical
connection.
Existing logical connections will be cleared by the ISDN driver using the ISDN_DISCONNECT_B3.ISDN_IND(D7isdn) message before clearing the physical connection. The ISDN_DISCONNECT_B3.ISDN_IND message should contain the cause ISDN_REASONB3_L1PERR (protocol error layer 1) in the isdnReason(D4isdn) parameter
plci
info
ISDN_DISCONNECT.ISDN_CONF(D7isdn), ISDN_DISCONNECT.ISDN_IND(D7isdn), ISDN_DISCONNECT.ISDN_RESP(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers