Receives an exchange identification (XID) packet each time it is coded by the kernel user and called by generic data link control (GDLC).
#include <sys/gdlextcb.h>
int (*dlc_open_ext.rcvx_fa)( m, ext)
struct mbuf *m;
struct dlc_io_ext *ext;
The DLC XID Data Received routine receives an XID packet each time the routine is coded by the kernel user and called by GDLC.
Each GDLC supports a subset of the data-received routines. It is performance critical that the XID Data Received routine be coded to minimize the amount of time spent prior to returning to the GDLC that called it.
read Subroutine Extended Parameters for DLC .
Generic Data Link Control (GDLC) Environment Overview in AIX 5L Version 5.1 Communications Programming Concepts.