Notifies the kernel user each time an asynchronous event occurs in generic data link control (GDLC).
#include <sys/gdlextcb.h>
int (*dlc_open_ext.excp_fa)( ext)
struct dlc_getx_arg *ext;
The DLC Exception Condition routine notifies the kernel user each time an asynchronous event occurs, such as DLC_SAPD_RES (SAP-disabled) or DLC_CONT_RES (contacted), in GDLC.
Each GDLC supports a subset of the data-received routines. It is critical to performance that the Exception Condition routine for DLC be coded to minimize the amount of time spent prior to returning to the GDLC that called it.
ext | Specifies the same structure for a dlc_getx_arg (get exception) ioctl subroutine. |
DLC_FUNC_OK | Indicates that the exception has been accepted. |
The ioctl subroutine.
Parameter Blocks by ioctl Operation for DLC .
Generic Data Link Control (GDLC) Environment Overview in AIX 5L Version 5.2 Communications Programming Concepts.