EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
config_dhcpinfo_t Struct Reference

The dhcp mapping structure. More...

#include <dhcp_config.h>

Data Fields

int vlanid
 
char ip_addr_low [OS_INET_ADDRSTRLEN]
 
char ip_addr_upp [OS_INET_ADDRSTRLEN]
 
char subnet_mask [OS_INET_ADDRSTRLEN]
 
char lease_time [DHCP_LEASE_TIME_SIZE]
 

Detailed Description

The dhcp mapping structure.

Field Documentation

◆ ip_addr_low

char config_dhcpinfo_t::ip_addr_low[OS_INET_ADDRSTRLEN]

Interface string IP address lower bound

◆ ip_addr_upp

char config_dhcpinfo_t::ip_addr_upp[OS_INET_ADDRSTRLEN]

Interface string IP address upper bound

◆ lease_time

char config_dhcpinfo_t::lease_time[DHCP_LEASE_TIME_SIZE]

Interface lease time string

◆ subnet_mask

char config_dhcpinfo_t::subnet_mask[OS_INET_ADDRSTRLEN]

Interface string IP subnet mask

◆ vlanid

int config_dhcpinfo_t::vlanid

Interface VLAN ID


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