|
|
1.1 root 1: /* mpkt.h - defines the report format for management */
2:
3: /*
4: * $Header: /f/osi/h/RCS/mpkt.h,v 7.0 89/11/23 21:55:50 mrose Rel $
5: *
6: *
7: * $Log: mpkt.h,v $
8: * Revision 7.0 89/11/23 21:55:50 mrose
9: * Release 6.0
10: *
11: */
12:
13: /*
14: * NOTICE
15: *
16: * Acquisition, use, and distribution of this module and related
17: * materials are subject to the restrictions of a license agreement.
18: * Consult the Preface in the User's Manual for the full terms of
19: * this agreement.
20: *
21: */
22:
23: #include "isoaddrs.h"
24:
25:
26: struct MReport {
27: u_short type;
28: #define OPREQIN 1
29: #define OPREQOUT 2
30: #define USERDT 3
31: #define USERDR 4
32: #define DISCREQ 5
33: #define PROTERR 6
34: #define CONGEST 7
35: #define CONFIGBAD 8
36: #define OPREQINBAD 9
37: #define OPREQOUTBAD 10
38: #define SOURCEADDR 11
39: #define STARTLISTEN 12
40: #define ENDLISTEN 13
41:
42: long id; /* process id */
43: u_short cid; /* connection fd */
44:
45: union {
46: struct {
47: int a, b, c, d, e, f;
48: } gp;
49:
50: struct {
51: int tsel_len;
52: char tsel[TSSIZE];
53: struct NSAPaddr nsap;
54: } taddr;
55: } u;
56: };
57:
58: int TManGen ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.