#include "dhcpd.h"
#include <omapip/omapip_p.h>
#include <isc/util.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <errno.h>
Go to the source code of this file.
isc_result_t omapi_connect_list | ( | omapi_object_t * | c, |
omapi_addr_list_t * | remote_addrs, | ||
omapi_addr_t * | local_addr | ||
) |
Definition at line 106 of file connection.c.
isc_result_t omapi_connection_connect | ( | omapi_object_t * | h | ) |
Definition at line 608 of file connection.c.
isc_result_t omapi_connection_destroy | ( | omapi_object_t * | h, |
const char * | file, | ||
int | line | ||
) |
Definition at line 1036 of file connection.c.
isc_result_t omapi_connection_get_value | ( | omapi_object_t * | h, |
omapi_object_t * | id, | ||
omapi_data_string_t * | name, | ||
omapi_value_t ** | value | ||
) |
Definition at line 962 of file connection.c.
isc_result_t omapi_connection_output_auth_length | ( | omapi_object_t * | h, |
unsigned * | l | ||
) |
Definition at line 878 of file connection.c.
int omapi_connection_readfd | ( | omapi_object_t * | h | ) |
Definition at line 582 of file connection.c.
isc_result_t omapi_connection_reaper | ( | omapi_object_t * | h | ) |
Definition at line 746 of file connection.c.
isc_result_t omapi_connection_require | ( | omapi_object_t * | h, |
unsigned | bytes | ||
) |
Definition at line 565 of file connection.c.
isc_result_t omapi_connection_set_value | ( | omapi_object_t * | h, |
omapi_object_t * | id, | ||
omapi_data_string_t * | name, | ||
omapi_typed_data_t * | value | ||
) |
Definition at line 893 of file connection.c.
isc_result_t omapi_connection_sign_data | ( | int | mode, |
dst_key_t * | key, | ||
void ** | context, | ||
const unsigned char * | data, | ||
const unsigned | len, | ||
omapi_typed_data_t ** | result | ||
) |
Definition at line 810 of file connection.c.
isc_result_t omapi_connection_signal_handler | ( | omapi_object_t * | h, |
const char * | name, | ||
va_list | ap | ||
) |
Definition at line 1057 of file connection.c.
isc_result_t omapi_connection_stuff_values | ( | omapi_object_t * | c, |
omapi_object_t * | id, | ||
omapi_object_t * | m | ||
) |
Definition at line 1076 of file connection.c.
int omapi_connection_writefd | ( | omapi_object_t * | h | ) |
Definition at line 599 of file connection.c.
isc_result_t omapi_disconnect | ( | omapi_object_t * | h, |
int | force | ||
) |
Definition at line 460 of file connection.c.
OMAPI_OBJECT_ALLOC | ( | omapi_connection | , |
omapi_connection_object_t | , | ||
omapi_type_connection | |||
) |
Definition at line 52 of file connection.c.