[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


DLC_HALT_LS ioctl Operation for DLC

The following parameter block halts a link station (LS):
struct dlc_corr_arg
   {
   __ulong32_t  gdlc_sap_corr;   /* GDLC SAP correlator */
   __ulong32_t  gdlc_ls_corr;   /* GDLC link station correlator */
   };

The fields of this ioctl operation are:

gdlc_sap_corr Contains the GDLC SAP correlator: The GDLC SAP identifier of the target LS.
gdlc_ls_corr Contains the GDLC LS correlator: The GDLC LS identifier to be halted.

Implementation Specifics

The DLC_HALT_LS ioctl operation is selectable through the fp_ioctl kernel service or the ioctl subroutine. It can be called from the process environment only.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]