struct te_radvd_interface

struct te_radvd_interface {
    // fields

    char* name;

    // methods

    TAILQ_HEAD(interface_options, te_radvd_option);
    TAILQ_HEAD(interface_clients, te_radvd_ip6_addr);
    TAILQ_ENTRY(te_radvd_interface);
    TAILQ_HEAD(interface_prefices, te_radvd_subnet);
    TAILQ_HEAD(interface_routes, te_radvd_subnet);
    TAILQ_HEAD(interface_rdnss, te_radvd_subnet);
};