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
);
ctrl_vty_init
int ctrl_vty_init(void *ctx)
Definition:
control_vty.c:82
ctrl_vty_get_bind_addr
const char * ctrl_vty_get_bind_addr(void)
Definition:
control_vty.c:46
include
osmocom
ctrl
control_vty.h
Generated on Tue Nov 16 2021 12:08:22 for libosmoctrl by
1.8.13