struct te_dhcp_option

Definitions of types for DHCP configuring

#include <dhcp_server.h>

struct te_dhcp_option {
    // fields

    struct te_dhcp_option* next;
    char* name;
    char* value;
};