ISC DHCP  4.3.6
A reference DHCPv4 and DHCPv6 implementation
__omapi_protocol_object Struct Reference

#include <omapip_p.h>

Data Fields

 OMAPI_OBJECT_PREAMBLE
 
u_int32_t header_size
 
u_int32_t protocol_version
 
u_int32_t next_xid
 
omapi_protocol_state_t state
 
int reading_message_values
 
omapi_message_object_tmessage
 
omapi_data_string_tname
 
omapi_typed_data_tvalue
 
isc_result_t verify_result
 
omapi_remote_auth_tdefault_auth
 
omapi_remote_auth_tremote_auth_list
 
isc_boolean_t insecure
 
isc_result_t(* verify_auth )(omapi_object_t *, omapi_auth_key_t *)
 

Detailed Description

Definition at line 137 of file omapip_p.h.

Field Documentation

§ default_auth

omapi_remote_auth_t* __omapi_protocol_object::default_auth

Definition at line 150 of file omapip_p.h.

§ header_size

u_int32_t __omapi_protocol_object::header_size

Definition at line 139 of file omapip_p.h.

§ insecure

isc_boolean_t __omapi_protocol_object::insecure

Definition at line 154 of file omapip_p.h.

§ message

omapi_message_object_t* __omapi_protocol_object::message

Definition at line 146 of file omapip_p.h.

§ name

omapi_data_string_t* __omapi_protocol_object::name

Definition at line 147 of file omapip_p.h.

§ next_xid

u_int32_t __omapi_protocol_object::next_xid

Definition at line 141 of file omapip_p.h.

§ OMAPI_OBJECT_PREAMBLE

__omapi_protocol_object::OMAPI_OBJECT_PREAMBLE

Definition at line 138 of file omapip_p.h.

§ protocol_version

u_int32_t __omapi_protocol_object::protocol_version

Definition at line 140 of file omapip_p.h.

§ reading_message_values

int __omapi_protocol_object::reading_message_values

Definition at line 144 of file omapip_p.h.

§ remote_auth_list

omapi_remote_auth_t* __omapi_protocol_object::remote_auth_list

Definition at line 151 of file omapip_p.h.

§ state

omapi_protocol_state_t __omapi_protocol_object::state

Definition at line 143 of file omapip_p.h.

§ value

omapi_typed_data_t* __omapi_protocol_object::value

Definition at line 148 of file omapip_p.h.

§ verify_auth

isc_result_t(* __omapi_protocol_object::verify_auth) (omapi_object_t *, omapi_auth_key_t *)

Definition at line 157 of file omapip_p.h.

§ verify_result

isc_result_t __omapi_protocol_object::verify_result

Definition at line 149 of file omapip_p.h.


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