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