libosmovty 1.10.0.64-ff3d
Osmocom VTY library
|
Data Fields | |
struct llist_head | entry |
void * | priv |
private data, specified by creator More... | |
void * | index |
int | node |
Node status of this vty. More... | |
char * | indent |
When reading from a config file, these are the indenting characters expected for children of this VTY node. More... | |
struct llist_head vty_parent_node::entry |
Referenced by cmd_execute_command_real(), config_from_file(), and vty_pop_parent().
char* vty_parent_node::indent |
When reading from a config file, these are the indenting characters expected for children of this VTY node.
Referenced by config_from_file(), and vty_pop_parent().
void* vty_parent_node::index |
Referenced by cmd_execute_command(), cmd_execute_command_real(), cmd_execute_command_strict(), and vty_pop_parent().
int vty_parent_node::node |
Node status of this vty.
Referenced by cmd_execute_command_real(), config_from_file(), and vty_pop_parent().
void* vty_parent_node::priv |
private data, specified by creator
Referenced by vty_pop_parent().