use bounds-checking lookup functions for string constants
[l2tpns.git] / constants.h
1 #ifndef __CONSTANTS_H__
2 #define __CONSTANTS_H__
3
4 char const *lcp_type(int type);
5 char const *avp_name(int avp);
6 char const *stopccn_result_code(int code);
7 char const *cdn_result_code(int code);
8 char const *error_code(int code);
9 char const *auth_type(int type);
10 char const *ppp_lcp_type(int type);
11 char const *radius_state(int state);
12 char const *radius_code(int code);
13 char const *l2tp_message_type(int type);
14
15 #endif /* __CONSTANTS_H__ */