ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
__omapi_io_object Struct Reference

#include <omapip_p.h>

Data Fields

 OMAPI_OBJECT_PREAMBLE
 
struct __omapi_io_objectnext
 
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
 

Detailed Description

Definition at line 205 of file omapip_p.h.

Field Documentation

◆ closed

isc_boolean_t __omapi_io_object::closed

Definition at line 214 of file omapip_p.h.

◆ fd

isc_socket_t* __omapi_io_object::fd

Definition at line 213 of file omapip_p.h.

◆ next

struct __omapi_io_object* __omapi_io_object::next

Definition at line 207 of file omapip_p.h.

◆ OMAPI_OBJECT_PREAMBLE

__omapi_io_object::OMAPI_OBJECT_PREAMBLE

Definition at line 206 of file omapip_p.h.

◆ reader

isc_result_t(* __omapi_io_object::reader) (omapi_object_t *)

Definition at line 210 of file omapip_p.h.

◆ readfd

int(* __omapi_io_object::readfd) (omapi_object_t *)

Definition at line 208 of file omapip_p.h.

◆ reaper

isc_result_t(* __omapi_io_object::reaper) (omapi_object_t *)

Definition at line 212 of file omapip_p.h.

◆ writefd

int(* __omapi_io_object::writefd) (omapi_object_t *)

Definition at line 209 of file omapip_p.h.

◆ writer

isc_result_t(* __omapi_io_object::writer) (omapi_object_t *)

Definition at line 211 of file omapip_p.h.


The documentation for this struct was generated from the following file: