Go to the source code of this file.
|
void | link_required (int) |
|
void | link_terminated (int) |
|
void | link_down (int) |
|
void | link_established (int) |
|
void | np_up (int, u16_t) |
|
void | np_down (int, u16_t) |
|
void | np_finished (int, u16_t) |
|
void | auth_peer_fail (int, u16_t) |
|
void | auth_peer_success (int, u16_t, char *, int) |
|
void | auth_withpeer_fail (int, u16_t) |
|
void | auth_withpeer_success (int, u16_t) |
|
void | auth_check_options (void) |
|
void | auth_reset (int) |
|
u_char | check_passwd (int, char *, int, char *, int, char **, int *) |
|
int | get_secret (int, char *, char *, char *, int *, int) |
|
int | auth_ip_addr (int, u32_t) |
|
int | bad_ip_adrs (u32_t) |
|
◆ auth_check_options()
void auth_check_options |
( |
void |
| ) |
|
◆ auth_ip_addr()
int auth_ip_addr |
( |
int |
, |
|
|
u32_t |
|
|
) |
| |
◆ auth_peer_fail()
void auth_peer_fail |
( |
int |
, |
|
|
u16_t |
|
|
) |
| |
◆ auth_peer_success()
void auth_peer_success |
( |
int |
, |
|
|
u16_t |
, |
|
|
char * |
, |
|
|
int |
|
|
) |
| |
◆ auth_reset()
◆ auth_withpeer_fail()
void auth_withpeer_fail |
( |
int |
, |
|
|
u16_t |
|
|
) |
| |
◆ auth_withpeer_success()
void auth_withpeer_success |
( |
int |
, |
|
|
u16_t |
|
|
) |
| |
◆ bad_ip_adrs()
int bad_ip_adrs |
( |
u32_t |
| ) |
|
◆ check_passwd()
u_char check_passwd |
( |
int |
, |
|
|
char * |
, |
|
|
int |
, |
|
|
char * |
, |
|
|
int |
, |
|
|
char ** |
, |
|
|
int * |
|
|
) |
| |
◆ get_secret()
int get_secret |
( |
int |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
int * |
, |
|
|
int |
|
|
) |
| |
◆ link_down()
◆ link_established()
void link_established |
( |
int |
| ) |
|
◆ link_required()
void link_required |
( |
int |
| ) |
|
◆ link_terminated()
void link_terminated |
( |
int |
| ) |
|
◆ np_down()
void np_down |
( |
int |
, |
|
|
u16_t |
|
|
) |
| |
◆ np_finished()
void np_finished |
( |
int |
, |
|
|
u16_t |
|
|
) |
| |
◆ np_up()
void np_up |
( |
int |
, |
|
|
u16_t |
|
|
) |
| |