1.0 network io vector _______ __ ______ ********** * stdnet * ********** NAME: stdnet -- network io vector SYNOPSIS: #include DESCRIPTION: Network IO vector for use with network task to task functions using the nututl functions. It is defined as: typedef struct niov { int iosb[2]; /* io status block */ int lun; /* lun for this link */ int efn; /* efn for this link */ char rem_nam[8]; /* remote node name */ char rem_task[18]; /* remote task name */ int type; /* remote object type */ int status; /* status of link */ } NIOV; The iosb is first so that ast routines can assume the iosb address popped of the stack is the niov address. The rem_nam and rem_task arguments are filled in by the acc_net() or con_net() functions. For objects types other than 0, the rem_task argument is left empty. Also defined are: Connect blocks for use by con_net() and acc_net(). The structure definitions are only required if you need to setup or read access information, etc. Structure definitions used by the AP remote file access routines. BUGS: AUTHOR: Hans J. Jung - March 1, 1985