ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
memory.c File Reference
#include "dhcpd.h"

Go to the source code of this file.

Functions

isc_result_t delete_group (struct group_object *group, int writep)
 
isc_result_t supersede_group (struct group_object *group, int writep)
 
int clone_group (struct group **gp, struct group *group, const char *file, int line)
 

Variables

struct grouproot_group
 
group_hash_tgroup_name_hash
 
int(* group_write_hook )(struct group_object *)
 

Function Documentation

◆ clone_group()

int clone_group ( struct group ** gp,
struct group * group,
const char * file,
int line )

Definition at line 130 of file memory.c.

◆ delete_group()

isc_result_t delete_group ( struct group_object * group,
int writep )

Definition at line 35 of file memory.c.

◆ supersede_group()

isc_result_t supersede_group ( struct group_object * group,
int writep )

Definition at line 74 of file memory.c.

Variable Documentation

◆ group_name_hash

group_hash_t* group_name_hash

Definition at line 32 of file memory.c.

◆ group_write_hook

int(* group_write_hook) (struct group_object *) ( struct group_object * )

Definition at line 33 of file memory.c.

◆ root_group

struct group* root_group

Definition at line 31 of file memory.c.