#include <omapip_p.h>
Data Fields | |
OMAPI_OBJECT_PREAMBLE | |
struct __omapi_message_object * | next |
struct __omapi_message_object * | prev |
omapi_object_t * | object |
omapi_object_t * | notify_object |
struct __omapi_protocol_object * | protocol_object |
u_int32_t | authlen |
omapi_typed_data_t * | authenticator |
u_int32_t | authid |
omapi_object_t * | id_object |
u_int32_t | op |
u_int32_t | h |
u_int32_t | id |
u_int32_t | rid |
Definition at line 116 of file omapip_p.h.
omapi_typed_data_t* __omapi_message_object::authenticator |
Definition at line 123 of file omapip_p.h.
u_int32_t __omapi_message_object::authid |
Definition at line 124 of file omapip_p.h.
u_int32_t __omapi_message_object::authlen |
Definition at line 122 of file omapip_p.h.
u_int32_t __omapi_message_object::h |
Definition at line 127 of file omapip_p.h.
u_int32_t __omapi_message_object::id |
Definition at line 128 of file omapip_p.h.
omapi_object_t* __omapi_message_object::id_object |
Definition at line 125 of file omapip_p.h.
struct __omapi_message_object* __omapi_message_object::next |
Definition at line 118 of file omapip_p.h.
omapi_object_t* __omapi_message_object::notify_object |
Definition at line 120 of file omapip_p.h.
omapi_object_t* __omapi_message_object::object |
Definition at line 119 of file omapip_p.h.
__omapi_message_object::OMAPI_OBJECT_PREAMBLE |
Definition at line 117 of file omapip_p.h.
u_int32_t __omapi_message_object::op |
Definition at line 126 of file omapip_p.h.
struct __omapi_message_object * __omapi_message_object::prev |
Definition at line 118 of file omapip_p.h.
struct __omapi_protocol_object* __omapi_message_object::protocol_object |
Definition at line 121 of file omapip_p.h.
u_int32_t __omapi_message_object::rid |
Definition at line 129 of file omapip_p.h.