#include <omapip_p.h>
Data Fields | |
OMAPI_OBJECT_PREAMBLE | |
struct __omapi_io_object * | next |
int(* | readfd )(omapi_object_t *) |
int(* | writefd )(omapi_object_t *) |
isc_result_t(* | reader )(omapi_object_t *) |
isc_result_t(* | writer )(omapi_object_t *) |
isc_result_t(* | reaper )(omapi_object_t *) |
isc_socket_t * | fd |
isc_boolean_t | closed |
Definition at line 205 of file omapip_p.h.
isc_boolean_t __omapi_io_object::closed |
Definition at line 214 of file omapip_p.h.
isc_socket_t* __omapi_io_object::fd |
Definition at line 213 of file omapip_p.h.
struct __omapi_io_object* __omapi_io_object::next |
Definition at line 207 of file omapip_p.h.
__omapi_io_object::OMAPI_OBJECT_PREAMBLE |
Definition at line 206 of file omapip_p.h.
isc_result_t(* __omapi_io_object::reader) (omapi_object_t *) |
Definition at line 210 of file omapip_p.h.
int(* __omapi_io_object::readfd) (omapi_object_t *) |
Definition at line 208 of file omapip_p.h.
isc_result_t(* __omapi_io_object::reaper) (omapi_object_t *) |
Definition at line 212 of file omapip_p.h.
int(* __omapi_io_object::writefd) (omapi_object_t *) |
Definition at line 209 of file omapip_p.h.
isc_result_t(* __omapi_io_object::writer) (omapi_object_t *) |
Definition at line 211 of file omapip_p.h.