X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/17b2ce31a692b0a82ab22e7d2aad1691eba0188c..afc8f4c6c019f3cd4c8c28fbf7948b594de08658:/constants.h diff --git a/constants.h b/constants.h index a27ce79..a9693c3 100644 --- a/constants.h +++ b/constants.h @@ -1,15 +1,17 @@ #ifndef __CONSTANTS_H__ #define __CONSTANTS_H__ -char const *lcp_type(int type); -char const *avp_name(int avp); -char const *stopccn_result_code(int code); -char const *cdn_result_code(int code); -char const *error_code(int code); -char const *auth_type(int type); -char const *ppp_lcp_type(int type); +char const *l2tp_code(int type); +char const *l2tp_avp_name(int avp); +char const *l2tp_stopccn_result_code(int code); +char const *l2tp_cdn_result_code(int code); +char const *l2tp_error_code(int code); +char const *ppp_phase(int code); +char const *ppp_state(int code); +char const *ppp_auth_type(int type); +char const *ppp_code(int type); +char const *ppp_lcp_option(int type); char const *radius_state(int state); char const *radius_code(int code); -char const *l2tp_message_type(int type); #endif /* __CONSTANTS_H__ */