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

Go to the source code of this file.

Macros

#define CLIENT_HASH_SIZE   (2*(sizeof(client_options) / sizeof(struct option)))
 

Functions

void initialize_client_option_spaces ()
 

Variables

struct universe client_universe
 

Macro Definition Documentation

◆ CLIENT_HASH_SIZE

#define CLIENT_HASH_SIZE   (2*(sizeof(client_options) / sizeof(struct option)))

Definition at line 37 of file client_tables.c.

Function Documentation

◆ initialize_client_option_spaces()

void initialize_client_option_spaces ( )

Definition at line 39 of file client_tables.c.

Variable Documentation

◆ client_universe

struct universe client_universe

Definition at line 30 of file client_tables.c.