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