Teonet library
0.4.7
|
#include <net_cli.h>
Data Fields | |
char * | command |
int(* | callback )(struct cli_def *, const char *, char **, int) |
unsigned int | unique_len |
char * | help |
int | privilege |
int | mode |
struct cli_command * | next |
struct cli_command * | children |
struct cli_command * | parent |
int | system |
int(* cli_command::callback)(struct cli_def *, const char *, char **, int) |
Referenced by cli_register_command(), cli_regular(), and cli_show_help().
struct cli_command* cli_command::children |
Referenced by cli_register_command(), cli_show_help(), and cli_unregister_all().
char* cli_command::command |
Referenced by cli_command_name(), cli_register_command(), cli_show_help(), cli_unregister_all(), and cli_unregister_command().
char* cli_command::help |
Referenced by cli_register_command(), cli_show_help(), and cli_unregister_all().
int cli_command::mode |
Referenced by cli_register_command(), cli_set_configmode(), and cli_show_help().
struct cli_command* cli_command::next |
Referenced by cli_register_command(), cli_show_help(), cli_unregister_all(), and cli_unregister_command().
struct cli_command* cli_command::parent |
Referenced by cli_command_name(), and cli_register_command().
int cli_command::privilege |
Referenced by cli_register_command(), and cli_show_help().
int cli_command::system |
Referenced by cli_init(), cli_register_command(), and cli_show_help().
unsigned int cli_command::unique_len |