Update version
[l2tpns.git] / constants.h
1 #ifndef __CONSTANTS_H__
2 #define __CONSTANTS_H__
3
4 char const *l2tp_code(int type);
5 char const *l2tp_avp_name(int avp);
6 char const *l2tp_stopccn_result_code(int code);
7 char const *l2tp_cdn_result_code(int code);
8 char const *l2tp_error_code(int code);
9 char const *ppp_phase(int code);
10 char const *ppp_state(int code);
11 char const *ppp_auth_type(int type);
12 char const *ppp_code(int type);
13 char const *ppp_lcp_option(int type);
14 char const *radius_state(int state);
15 char const *radius_code(int code);
16
17 #endif /* __CONSTANTS_H__ */