#include "dhcpd.h"
#include <omapip/omapip_p.h>
#include "dhcpctl.h"
Go to the source code of this file.
|
dhcpctl_status | dhcpctl_new_authenticator (dhcpctl_handle *h, const char *name, const char *algorithm, const unsigned char *secret, unsigned secret_len) |
|
dhcpctl_status | dhcpctl_new_object (dhcpctl_handle *h, dhcpctl_handle connection, const char *object_type) |
|
dhcpctl_status | dhcpctl_open_object (dhcpctl_handle h, dhcpctl_handle connection, int flags) |
|
isc_result_t | dhcpctl_remote_set_value (omapi_object_t *h, omapi_object_t *id, omapi_data_string_t *name, omapi_typed_data_t *value) |
|
isc_result_t | dhcpctl_remote_get_value (omapi_object_t *h, omapi_object_t *id, omapi_data_string_t *name, omapi_value_t **value) |
|
isc_result_t | dhcpctl_remote_signal_handler (omapi_object_t *o, const char *name, va_list ap) |
|
isc_result_t | dhcpctl_remote_destroy (omapi_object_t *h, const char *file, int line) |
|
isc_result_t | dhcpctl_remote_stuff_values (omapi_object_t *c, omapi_object_t *id, omapi_object_t *p) |
|
◆ dhcpctl_new_authenticator()
dhcpctl_status dhcpctl_new_authenticator |
( |
dhcpctl_handle * | h, |
|
|
const char * | name, |
|
|
const char * | algorithm, |
|
|
const unsigned char * | secret, |
|
|
unsigned | secret_len ) |
◆ dhcpctl_new_object()
◆ dhcpctl_open_object()
◆ dhcpctl_remote_destroy()
isc_result_t dhcpctl_remote_destroy |
( |
omapi_object_t * | h, |
|
|
const char * | file, |
|
|
int | line ) |
◆ dhcpctl_remote_get_value()
◆ dhcpctl_remote_set_value()
◆ dhcpctl_remote_signal_handler()
isc_result_t dhcpctl_remote_signal_handler |
( |
omapi_object_t * | o, |
|
|
const char * | name, |
|
|
va_list | ap ) |
◆ dhcpctl_remote_stuff_values()