ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
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

◆ omapi_message_destroy()

isc_result_t omapi_message_destroy ( omapi_object_t * h,
const char * file,
int line )

Definition at line 205 of file message.c.

◆ omapi_message_get_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 )

Definition at line 165 of file message.c.

◆ omapi_message_process()

isc_result_t omapi_message_process ( omapi_object_t * mo,
omapi_object_t * po )

Definition at line 358 of file message.c.

◆ omapi_message_register()

isc_result_t omapi_message_register ( omapi_object_t * mo)

Definition at line 267 of file message.c.

◆ omapi_message_set_value()

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 )

Definition at line 79 of file message.c.

◆ omapi_message_signal_handler()

isc_result_t omapi_message_signal_handler ( omapi_object_t * h,
const char * name,
va_list ap )

Definition at line 228 of file message.c.

◆ omapi_message_stuff_values()

isc_result_t omapi_message_stuff_values ( omapi_object_t * c,
omapi_object_t * id,
omapi_object_t * m )

Definition at line 254 of file message.c.

◆ omapi_message_unregister()

isc_result_t omapi_message_unregister ( omapi_object_t * mo)

Definition at line 295 of file message.c.

◆ OMAPI_OBJECT_ALLOC()

OMAPI_OBJECT_ALLOC ( omapi_message ,
omapi_message_object_t ,
omapi_type_message  )

Definition at line 33 of file message.c.