- Replace flags used for LCP/IPCP with state machine.
- Use openssl MD5, fix DAE vector (Alex Kiernan).
This commit is contained in:
parent
17b2ce31a6
commit
afc8f4c6c0
27 changed files with 1399 additions and 1120 deletions
18
constants.h
18
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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue