struct te_dhcp_server_subnet

struct te_dhcp_server_subnet {
    // fields

    char* subnet;
    int prefix_len;
    char* range;
    te_dhcp_option* options;
    char* vos;

    // methods

    TAILQ_ENTRY(te_dhcp_server_subnet);
};