Go to the documentation of this file.
16 #define LLC_CONN_OUT_OF_SVC 0
18 #define LLC_CONN_STATE_ADM 1
19 #define LLC_CONN_STATE_SETUP 2
20 #define LLC_CONN_STATE_NORMAL 3
21 #define LLC_CONN_STATE_BUSY 4
22 #define LLC_CONN_STATE_REJ 5
23 #define LLC_CONN_STATE_AWAIT 6
24 #define LLC_CONN_STATE_AWAIT_BUSY 7
25 #define LLC_CONN_STATE_AWAIT_REJ 8
26 #define LLC_CONN_STATE_D_CONN 9
27 #define LLC_CONN_STATE_RESET 10
28 #define LLC_CONN_STATE_ERROR 11
29 #define LLC_CONN_STATE_TEMP 12
31 #define NBR_CONN_STATES 12
32 #define NO_STATE_CHANGE 100