omapip/message.c File Reference
#include "dhcpd.h"
#include <omapip/omapip_p.h>
Go to the source code of this file.
Functions |
| OMAPI_OBJECT_ALLOC (omapi_message, omapi_message_object_t, omapi_type_message) |
isc_result_t | omapi_message_set_value (omapi_object_t *h, omapi_object_t *id, omapi_data_string_t *name, omapi_typed_data_t *value) |
isc_result_t | omapi_message_get_value (omapi_object_t *h, omapi_object_t *id, omapi_data_string_t *name, omapi_value_t **value) |
isc_result_t | omapi_message_destroy (omapi_object_t *h, const char *file, int line) |
isc_result_t | omapi_message_signal_handler (omapi_object_t *h, const char *name, va_list ap) |
isc_result_t | omapi_message_stuff_values (omapi_object_t *c, omapi_object_t *id, omapi_object_t *m) |
isc_result_t | omapi_message_register (omapi_object_t *mo) |
isc_result_t | omapi_message_unregister (omapi_object_t *mo) |
isc_result_t | omapi_message_process (omapi_object_t *mo, omapi_object_t *po) |
Function Documentation
isc_result_t omapi_message_destroy |
( |
omapi_object_t * |
h, |
|
|
const char * |
file, |
|
|
int |
line | |
|
) |
| | |
isc_result_t omapi_message_signal_handler |
( |
omapi_object_t * |
h, |
|
|
const char * |
name, |
|
|
va_list |
ap | |
|
) |
| | |