ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
handle.c File Reference
#include "dhcpd.h"
#include <omapip/omapip_p.h>

Go to the source code of this file.

Macros

#define FIND_HAND   0
 
#define CLEAR_HAND   1
 

Functions

isc_result_t omapi_object_handle (omapi_handle_t *h, omapi_object_t *o)
 
isc_result_t omapi_handle_lookup (omapi_object_t **o, omapi_handle_t h)
 
isc_result_t omapi_handle_td_lookup (omapi_object_t **obj, omapi_typed_data_t *handle)
 
isc_result_t omapi_handle_clear (omapi_handle_t h)
 

Variables

omapi_handle_table_tomapi_handle_table
 
omapi_handle_t omapi_next_handle = 1
 

Macro Definition Documentation

◆ CLEAR_HAND

#define CLEAR_HAND   1

Definition at line 61 of file handle.c.

◆ FIND_HAND

#define FIND_HAND   0

Definition at line 60 of file handle.c.

Function Documentation

◆ omapi_handle_clear()

isc_result_t omapi_handle_clear ( omapi_handle_t h)

Definition at line 298 of file handle.c.

◆ omapi_handle_lookup()

isc_result_t omapi_handle_lookup ( omapi_object_t ** o,
omapi_handle_t h )

Definition at line 238 of file handle.c.

◆ omapi_handle_td_lookup()

isc_result_t omapi_handle_td_lookup ( omapi_object_t ** obj,
omapi_typed_data_t * handle )

Definition at line 282 of file handle.c.

◆ omapi_object_handle()

isc_result_t omapi_object_handle ( omapi_handle_t * h,
omapi_object_t * o )

Definition at line 72 of file handle.c.

Variable Documentation

◆ omapi_handle_table

omapi_handle_table_t* omapi_handle_table

Definition at line 57 of file handle.c.

◆ omapi_next_handle

omapi_handle_t omapi_next_handle = 1

Definition at line 58 of file handle.c.