libosmovty 1.10.0.57-8972
Osmocom VTY library
|
A telnet connection. More...
#include <telnet_interface.h>
Data Fields | |
struct llist_head | entry |
linked list header for internal management More... | |
void * | priv |
private data pointer passed through More... | |
struct osmo_fd | fd |
filedsecriptor (socket ) More... | |
struct vty * | vty |
VTY instance associated with telnet connection. More... | |
struct log_target * | dbg |
logging target associated with this telnet connection More... | |
A telnet connection.
struct log_target* telnet_connection::dbg |
logging target associated with this telnet connection
Referenced by DEFUN(), osmo_log_vty2tgt(), and telnet_close_client().
struct llist_head telnet_connection::entry |
linked list header for internal management
Referenced by telnet_close_client(), and telnet_new_connection().
struct osmo_fd telnet_connection::fd |
filedsecriptor (socket )
Referenced by client_data(), telnet_exit(), telnet_new_connection(), and vty_event().
void* telnet_connection::priv |
private data pointer passed through
Referenced by telnet_new_connection().
struct vty* telnet_connection::vty |
VTY instance associated with telnet connection.
Referenced by client_data(), telnet_new_connection(), and vty_is_active().