NIO CommKit Host Interface Installation and System Administration Manual
DKMGR(3X) DKMGR(3X)
E-59 CommKit Host Interface, Release 4.0
One external variable is initialized to a default value and may be changed as needed.
loglvl the log level of the messages written to the log file. The initial value of the variable is 6.
There are two external variables that must be set by the calling program or they will not be used. They are:
logf the return value of an fopen(3) library call of the file that will be used as the log file.
ctl_stat a pointer to a stat structure that was passed to the stat(2) system call for the common
channel device. The interface number of the common channel device must match the
interface number of the server.
FILES
/usr/lib/libdk.so host interface subroutine library
/dev/dk/dial default dialer device
/dev/dk/dialX dialer device for interface X
/dev/dk/ctlX Common Signaling Channel device for interface X
SEE ALSO
dkdial(3X), dk_namer(3X)
stat(2) and fopen(3C) in the AT&T UNIX System V Programmer’s Reference Manual
DIAGNOSTICS
In case of a call setup error or a data switch controller restart, a message is formatted, a pointer to the message
is placed in m_errmsg, m_chan is set to be less than or equal to zero, and a normal return is done.