libosmovty 1.9.0.196-9975
Osmocom VTY library
telnet_interface.h File Reference

minimalistic telnet/network interface it might turn into a wire interface More...

Go to the source code of this file.

Data Structures

struct  telnet_connection
 A telnet connection. More...
 

Functions

int telnet_init_default (void *tall_ctx, void *priv, int default_port)
 Initializes telnet based VTY interface using the configured bind addr/port. More...
 
int telnet_init (void *tall_ctx, void *priv, int port) OSMO_DEPRECATED("This function ignores dynamic port configuration. Use telnet_init_default() instead")
 Initialize telnet based VTY interface listening to 127.0.0.1. More...
 
int telnet_init_dynif (void *tall_ctx, void *priv, const char *ip, int port) OSMO_DEPRECATED("This function ignores dynamic port configuration. Use telnet_init_default() instead")
 Initialize telnet based VTY interface. More...
 
void telnet_exit (void)
 Close all telnet connections and release the telnet socket. More...
 

Detailed Description

minimalistic telnet/network interface it might turn into a wire interface