home *** CD-ROM | disk | FTP | other *** search
- /* k 1076 31/01/92 */
- struct lterm { /* request LANS_TERMSELF */
- char hdr[3]; /* header 430643 */
- unsigned char fmt; /* format ( = 0 ) */
- union {
- char pcid[8]; /* PCID */
- struct {
- char pcid1[4];
- char pcid2[4];
- } new;
- } pc;
- char inode[8]; /* origin node name */
- char dnode[8]; /* destination node name */
- unsigned char type; /* type */
- unsigned char reason; /* reason */
- unsigned char rsv1; /* reserved */
- unsigned char rsv2; /* reserved */
- unsigned char key; /* session key */
- short netplu; /* network address of PLU */
- short netslu; /* network address of SLU */
- unsigned char ridlen; /* REQ ID length */
- char rid[8]; /* REQ ID */
- unsigned char pwlen; /* PASSWORD length */
- char pw[8]; /* PASSWORD */
- };
-