chiark / gitweb /
3ae7af4d6dc729addfbcfac8af021ae4e24a01c0
[secnet.git] / magic.h
1 /* Magic numbers used within secnet */
2
3 #ifndef magic_h
4 #define magic_h
5
6 #define LABEL_NAK  0x00000000
7 #define LABEL_MSG0 0x00020200
8 #define LABEL_MSG1 0x01010101
9 #define LABEL_MSG2 0x02020202
10 #define LABEL_MSG3 0x03030303
11 #define LABEL_MSG4 0x04040404
12 #define LABEL_MSG5 0x05050505
13 #define LABEL_MSG6 0x06060606
14 #define LABEL_MSG7 0x07070707
15 #define LABEL_MSG8 0x08080808
16 #define LABEL_MSG9 0x09090909
17
18 /* uses of the 32-bit capability bitmap */
19 /* no flags currently defined */
20 #define CAPAB_EARLY 0x00000000 /* no Early flags defined (see NOTES) */
21
22 #endif /* magic_h */