chiark / gitweb /
NOTES: Remove paragraph about slow-to-prepare messages
[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 #endif /* magic_h */