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

#include <isclib.h>

Data Fields

isc_mem_t * mctx
 
isc_appctx_t * actx
 
int actx_started
 
int actx_running
 
isc_taskmgr_t * taskmgr
 
isc_task_t * task
 
isc_socketmgr_t * socketmgr
 
isc_timermgr_t * timermgr
 

Detailed Description

Definition at line 94 of file isclib.h.

Field Documentation

◆ actx

isc_appctx_t* dhcp_context::actx

Definition at line 96 of file isclib.h.

◆ actx_running

int dhcp_context::actx_running

Definition at line 98 of file isclib.h.

◆ actx_started

int dhcp_context::actx_started

Definition at line 97 of file isclib.h.

◆ mctx

isc_mem_t* dhcp_context::mctx

Definition at line 95 of file isclib.h.

◆ socketmgr

isc_socketmgr_t* dhcp_context::socketmgr

Definition at line 101 of file isclib.h.

◆ task

isc_task_t* dhcp_context::task

Definition at line 100 of file isclib.h.

◆ taskmgr

isc_taskmgr_t* dhcp_context::taskmgr

Definition at line 99 of file isclib.h.

◆ timermgr

isc_timermgr_t* dhcp_context::timermgr

Definition at line 102 of file isclib.h.


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