EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Structures | Macros | Typedefs
dhcp_config.h File Reference

File containing the definition of dhcp configuration structures. More...

#include <net/if.h>
#include <utarray.h>
#include "../utils/allocs.h"
#include "../utils/net.h"
#include "../utils/os.h"
Include dependency graph for dhcp_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  config_dhcpinfo_t
 The dhcp mapping structure. More...
 
struct  dhcp_conf
 The dhcp configuration structures. More...
 

Macros

#define DHCP_LEASE_TIME_SIZE   10
 

Typedefs

typedef struct config_dhcpinfo_t config_dhcpinfo_t
 The dhcp mapping structure. More...
 

Detailed Description

File containing the definition of dhcp configuration structures.

Author
Alexandru Mereacre
Date
2021

Macro Definition Documentation

◆ DHCP_LEASE_TIME_SIZE

#define DHCP_LEASE_TIME_SIZE   10

Typedef Documentation

◆ config_dhcpinfo_t

The dhcp mapping structure.