libosmoctrl  1.6.0
Osmocom CTRL library
control_vty.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 /* Add the 'ctrl' section to VTY, containing the 'bind' command. */
6 int ctrl_vty_init(void *ctx);
7 
8 /* Obtain the IP address configured by the 'ctrl'/'bind A.B.C.D' VTY command.
9  * This should be fed to ctrl_interface_setup() once the configuration has been
10  * read. */
11 const char *ctrl_vty_get_bind_addr(void);
int ctrl_vty_init(void *ctx)
Definition: control_vty.c:82
const char * ctrl_vty_get_bind_addr(void)
Definition: control_vty.c:46