FreeCalypso > hg > fc-magnetite
comparison cdg211/cdginc/p_sn.val @ 4:56abf6cf8a0b
cdg211: cdginc/mdf/pdf files from TCS211-20070608
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2016 01:11:35 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:93999a60b835 | 4:56abf6cf8a0b |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_sn.val | | |
5 | SOURCE : "__out__\g23m_dfile\prim\sn.pdf" | | |
6 | LastModified : "2001-10-08" | | |
7 | IdAndVersion : "8441.110.99.006" | | |
8 | SrcFileTime : "Thu Feb 17 14:43:54 2005" | | |
9 | Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:16 2007 | | |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
11 +--------------------------------------------------------------------------+ | |
12 */ | |
13 | |
14 /* PRAGMAS | |
15 * PREFIX : NONE | |
16 * COMPATIBILITY_DEFINES : NO (require PREFIX) | |
17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
18 * ENABLE_GROUP: NO | |
19 * CAPITALIZE_TYPENAME: NO | |
20 */ | |
21 | |
22 | |
23 #ifndef P_SN_VAL | |
24 #define P_SN_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_SN_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_SN_VAL | |
30 #define CDG_ENTER__P_SN_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_SN_VAL__LAST_MODIFIED _2001_10_08 | |
32 #define CDG_ENTER__P_SN_VAL__ID_AND_VERSION _8441_110_99_006 | |
33 | |
34 #define CDG_ENTER__P_SN_VAL__SRC_FILE_TIME _Thu_Feb_17_14_43_54_2005 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_SN_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 /* | |
44 * Value constants for VAL_nsapi | |
45 */ | |
46 #define NSAPI_0 (0x0) /* escape mechanism for future extensions */ | |
47 #define NSAPI_1 (0x1) /* Point-To-Multipoint Multicast information */ | |
48 #define NSAPI_2 (0x2) /* reserved for future use */ | |
49 #define NSAPI_3 (0x3) /* reserved for future use */ | |
50 #define NSAPI_4 (0x4) /* reserved for future use */ | |
51 #define NSAPI_5 (0x5) /* dynamically allocated NSAPI value */ | |
52 #define NSAPI_6 (0x6) /* dynamically allocated NSAPI value */ | |
53 #define NSAPI_7 (0x7) /* dynamically allocated NSAPI value */ | |
54 #define NSAPI_8 (0x8) /* dynamically allocated NSAPI value */ | |
55 #define NSAPI_9 (0x9) /* dynamically allocated NSAPI value */ | |
56 #define NSAPI_10 (0xa) /* dynamically allocated NSAPI value */ | |
57 #define NSAPI_11 (0xb) /* dynamically allocated NSAPI value */ | |
58 #define NSAPI_12 (0xc) /* dynamically allocated NSAPI value */ | |
59 #define NSAPI_13 (0xd) /* dynamically allocated NSAPI value */ | |
60 #define NSAPI_14 (0xe) /* dynamically allocated NSAPI value */ | |
61 #define NSAPI_15 (0xf) /* dynamically allocated NSAPI value */ | |
62 | |
63 /* | |
64 * Value constants for VAL_p_id | |
65 */ | |
66 #define PPP_PID_IP (0x21) /* simple ip packet */ | |
67 #define PPP_PID_CTCP (0x2d) /* Van Jacobson compressed TCP/IP header */ | |
68 #define PPP_PID_UTCP (0x2f) /* Van Jacobson uncompressed TCP/IP header */ | |
69 | |
70 /* | |
71 * Value constants for VAL_ppp_hc | |
72 */ | |
73 #define SN_HC_OFF (0x0) /* no header compression */ | |
74 #define SN_HC_VJ (0x1) /* Van Jacobson header compression */ | |
75 | |
76 /* | |
77 * Value constants for VAL_reset | |
78 */ | |
79 #define SN_RESET_NO (0x0) /* no reset */ | |
80 #define SN_RESET_YES (0x1) /* reset */ | |
81 | |
82 /* | |
83 * Value constants for VAL_dti_direction | |
84 */ | |
85 #define SN_HOME (0x1) /* mapped to HOME from dti.h */ | |
86 #define SN_NEIGHBOR (0x0) /* mapped to NEIGHBOR from dti.h */ | |
87 | |
88 /* | |
89 * user defined constants | |
90 */ | |
91 #define MAX_PARAM_NUMBER (0x4) | |
92 #define MAX_COMP_NUMBER (0x3) | |
93 #define MAX_ENT_NUMBER (0x1) | |
94 | |
95 #include "CDG_LEAVE.h" | |
96 | |
97 | |
98 #endif |