#include "dhcpd.h"
#include <omapip/omapip_p.h>
Go to the source code of this file.
OMAPI_OBJECT_ALLOC | ( | omapi_protocol | , | |
omapi_protocol_object_t | , | |||
omapi_type_protocol | ||||
) |
Definition at line 34 of file protocol.c.
isc_result_t omapi_protocol_add_auth | ( | omapi_object_t * | po, | |
omapi_object_t * | ao, | |||
omapi_handle_t | handle | |||
) |
Definition at line 769 of file protocol.c.
isc_boolean_t omapi_protocol_authenticated | ( | omapi_object_t * | h | ) |
Definition at line 954 of file protocol.c.
isc_result_t omapi_protocol_configure_security | ( | omapi_object_t * | h, | |
isc_result_t(*)(omapi_object_t *, omapi_addr_t *) | verify_addr, | |||
isc_result_t(*)(omapi_object_t *, omapi_auth_key_t *) | verify_auth | |||
) |
Definition at line 967 of file protocol.c.
isc_result_t omapi_protocol_destroy | ( | omapi_object_t * | h, | |
const char * | file, | |||
int | line | |||
) |
Definition at line 910 of file protocol.c.
isc_result_t omapi_protocol_get_value | ( | omapi_object_t * | h, | |
omapi_object_t * | id, | |||
omapi_data_string_t * | name, | |||
omapi_value_t ** | value | |||
) |
Definition at line 885 of file protocol.c.
isc_result_t omapi_protocol_listen | ( | omapi_object_t * | h, | |
unsigned | port, | |||
int | max | |||
) |
Definition at line 998 of file protocol.c.
isc_result_t omapi_protocol_listener_destroy | ( | omapi_object_t * | h, | |
const char * | file, | |||
int | line | |||
) |
Definition at line 1117 of file protocol.c.
isc_result_t omapi_protocol_listener_get_value | ( | omapi_object_t * | h, | |
omapi_object_t * | id, | |||
omapi_data_string_t * | name, | |||
omapi_value_t ** | value | |||
) |
Definition at line 1103 of file protocol.c.
isc_result_t omapi_protocol_listener_set_value | ( | omapi_object_t * | h, | |
omapi_object_t * | id, | |||
omapi_data_string_t * | name, | |||
omapi_typed_data_t * | value | |||
) |
Definition at line 1089 of file protocol.c.
isc_result_t omapi_protocol_listener_signal | ( | omapi_object_t * | o, | |
const char * | name, | |||
va_list | ap | |||
) |
Definition at line 1033 of file protocol.c.
isc_result_t omapi_protocol_listener_stuff | ( | omapi_object_t * | c, | |
omapi_object_t * | id, | |||
omapi_object_t * | p | |||
) |
Definition at line 1128 of file protocol.c.
isc_result_t omapi_protocol_lookup_auth | ( | omapi_object_t ** | a, | |
omapi_object_t * | po, | |||
omapi_handle_t | handle | |||
) |
Definition at line 829 of file protocol.c.
isc_result_t omapi_protocol_send_intro | ( | omapi_object_t * | h, | |
unsigned | ver, | |||
unsigned | hsize | |||
) |
Definition at line 106 of file protocol.c.
isc_result_t omapi_protocol_send_message | ( | omapi_object_t * | po, | |
omapi_object_t * | id, | |||
omapi_object_t * | mo, | |||
omapi_object_t * | omo | |||
) |
Definition at line 149 of file protocol.c.
isc_result_t omapi_protocol_send_open | ( | omapi_object_t * | po, | |
omapi_object_t * | id, | |||
const char * | type, | |||
omapi_object_t * | object, | |||
unsigned | flags | |||
) |
Definition at line 1198 of file protocol.c.
isc_result_t omapi_protocol_send_status | ( | omapi_object_t * | po, | |
omapi_object_t * | id, | |||
isc_result_t | waitstatus, | |||
unsigned | rid, | |||
const char * | msg | |||
) |
Definition at line 1141 of file protocol.c.
isc_result_t omapi_protocol_send_update | ( | omapi_object_t * | po, | |
omapi_object_t * | id, | |||
unsigned | rid, | |||
omapi_object_t * | object | |||
) |
Definition at line 1258 of file protocol.c.
isc_result_t omapi_protocol_set_value | ( | omapi_object_t * | h, | |
omapi_object_t * | id, | |||
omapi_data_string_t * | name, | |||
omapi_typed_data_t * | value | |||
) |
Definition at line 847 of file protocol.c.
isc_result_t omapi_protocol_signal_handler | ( | omapi_object_t * | h, | |
const char * | name, | |||
va_list | ap | |||
) |
Definition at line 344 of file protocol.c.
isc_result_t omapi_protocol_stuff_values | ( | omapi_object_t * | c, | |
omapi_object_t * | id, | |||
omapi_object_t * | p | |||
) |
Definition at line 938 of file protocol.c.