#include <omapip_p.h>
Data Fields | |
OMAPI_OBJECT_PREAMBLE | |
u_int32_t | header_size |
u_int32_t | protocol_version |
u_int32_t | next_xid |
omapi_protocol_state_t | state |
int | reading_message_values |
omapi_message_object_t * | message |
omapi_data_string_t * | name |
omapi_typed_data_t * | value |
isc_result_t | verify_result |
omapi_remote_auth_t * | default_auth |
omapi_remote_auth_t * | remote_auth_list |
isc_boolean_t | insecure |
isc_result_t(* | verify_auth )(omapi_object_t *, omapi_auth_key_t *) |
Definition at line 138 of file omapip_p.h.
omapi_remote_auth_t* __omapi_protocol_object::default_auth |
Definition at line 151 of file omapip_p.h.
u_int32_t __omapi_protocol_object::header_size |
Definition at line 140 of file omapip_p.h.
isc_boolean_t __omapi_protocol_object::insecure |
Definition at line 155 of file omapip_p.h.
omapi_message_object_t* __omapi_protocol_object::message |
Definition at line 147 of file omapip_p.h.
omapi_data_string_t* __omapi_protocol_object::name |
Definition at line 148 of file omapip_p.h.
u_int32_t __omapi_protocol_object::next_xid |
Definition at line 142 of file omapip_p.h.
__omapi_protocol_object::OMAPI_OBJECT_PREAMBLE |
Definition at line 139 of file omapip_p.h.
u_int32_t __omapi_protocol_object::protocol_version |
Definition at line 141 of file omapip_p.h.
int __omapi_protocol_object::reading_message_values |
Definition at line 145 of file omapip_p.h.
omapi_remote_auth_t* __omapi_protocol_object::remote_auth_list |
Definition at line 152 of file omapip_p.h.
omapi_protocol_state_t __omapi_protocol_object::state |
Definition at line 144 of file omapip_p.h.
omapi_typed_data_t* __omapi_protocol_object::value |
Definition at line 149 of file omapip_p.h.
isc_result_t(* __omapi_protocol_object::verify_auth) (omapi_object_t *, omapi_auth_key_t *) |
Definition at line 158 of file omapip_p.h.
isc_result_t __omapi_protocol_object::verify_result |
Definition at line 150 of file omapip_p.h.