Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | llc_conn_state_trans |
struct | llc_conn_state |
Macros | |
#define | LLC_CONN_OUT_OF_SVC 0 /* prior to allocation */ |
#define | LLC_CONN_STATE_ADM 1 /* disc, initial state */ |
#define | LLC_CONN_STATE_SETUP 2 /* disconnected state */ |
#define | LLC_CONN_STATE_NORMAL 3 /* connected state */ |
#define | LLC_CONN_STATE_BUSY 4 /* connected state */ |
#define | LLC_CONN_STATE_REJ 5 /* connected state */ |
#define | LLC_CONN_STATE_AWAIT 6 /* connected state */ |
#define | LLC_CONN_STATE_AWAIT_BUSY 7 /* connected state */ |
#define | LLC_CONN_STATE_AWAIT_REJ 8 /* connected state */ |
#define | LLC_CONN_STATE_D_CONN 9 /* disconnected state */ |
#define | LLC_CONN_STATE_RESET 10 /* disconnected state */ |
#define | LLC_CONN_STATE_ERROR 11 /* disconnected state */ |
#define | LLC_CONN_STATE_TEMP 12 /* disconnected state */ |
#define | NBR_CONN_STATES 12 /* size of state table */ |
#define | NO_STATE_CHANGE 100 |
Variables | |
struct llc_conn_state | llc_conn_state_table [] |
#define LLC_CONN_OUT_OF_SVC 0 /* prior to allocation */ |
Definition at line 16 of file llc_c_st.h.
#define LLC_CONN_STATE_ADM 1 /* disc, initial state */ |
Definition at line 18 of file llc_c_st.h.
#define LLC_CONN_STATE_AWAIT 6 /* connected state */ |
Definition at line 23 of file llc_c_st.h.
#define LLC_CONN_STATE_AWAIT_BUSY 7 /* connected state */ |
Definition at line 24 of file llc_c_st.h.
#define LLC_CONN_STATE_AWAIT_REJ 8 /* connected state */ |
Definition at line 25 of file llc_c_st.h.
#define LLC_CONN_STATE_BUSY 4 /* connected state */ |
Definition at line 21 of file llc_c_st.h.
#define LLC_CONN_STATE_D_CONN 9 /* disconnected state */ |
Definition at line 26 of file llc_c_st.h.
#define LLC_CONN_STATE_ERROR 11 /* disconnected state */ |
Definition at line 28 of file llc_c_st.h.
#define LLC_CONN_STATE_NORMAL 3 /* connected state */ |
Definition at line 20 of file llc_c_st.h.
#define LLC_CONN_STATE_REJ 5 /* connected state */ |
Definition at line 22 of file llc_c_st.h.
#define LLC_CONN_STATE_RESET 10 /* disconnected state */ |
Definition at line 27 of file llc_c_st.h.
#define LLC_CONN_STATE_SETUP 2 /* disconnected state */ |
Definition at line 19 of file llc_c_st.h.
#define LLC_CONN_STATE_TEMP 12 /* disconnected state */ |
Definition at line 29 of file llc_c_st.h.
Definition at line 31 of file llc_c_st.h.
#define NO_STATE_CHANGE 100 |
Definition at line 32 of file llc_c_st.h.
struct llc_conn_state llc_conn_state_table[] |
Definition at line 4897 of file llc_c_st.c.