EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
src
dhcp
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 */
dhcp_config.h
File containing the definition of dhcp configuration structures.
get_config_dhcpinfo
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
config_dhcpinfo_t
The dhcp mapping structure.
Definition:
dhcp_config.h:26
Generated by
1.9.1