Searched defs:__omapi_protocol_object (Results 1 – 1 of 1) sorted by relevance
140 typedef struct __omapi_protocol_object { struct142 u_int32_t header_size;143 u_int32_t protocol_version;144 u_int32_t next_xid;146 omapi_protocol_state_t state; /* Input state. */147 int reading_message_values; /* True if reading message-specific149 omapi_message_object_t *message; /* Incoming message. */150 omapi_data_string_t *name; /* Incoming name. */151 omapi_typed_data_t *value; /* Incoming value. */152 isc_result_t verify_result;[all …]