EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
dhcp_config_utils.h
Go to the documentation of this file.
1 
10 #ifndef DHCP_CONFIG_UTILS_H
11 #define DHCP_CONFIG_UTILS_H
12 
13 #include <stdbool.h>
14 
15 #include "./dhcp_config.h"
16 
35 bool get_config_dhcpinfo(const char *info, config_dhcpinfo_t *el);
36 
37 #endif /* DHCP_CONFIG_UTILS_H */
File containing the definition of dhcp configuration structures.
bool get_config_dhcpinfo(const char *info, config_dhcpinfo_t *el)
Creates a config_dhcpinfo_t from a string.
Definition: dhcp_config_utils.c:67
The dhcp mapping structure.
Definition: dhcp_config.h:26