struct netconf_list

Overview

List of network information nodes More…

#include <netconf.h>

struct netconf_list {
    // fields

    netconf_node* head;
    netconf_node* tail;
    unsigned int length;
};

Detailed Documentation

List of network information nodes

Fields

netconf_node* head

Head of the list

netconf_node* tail

Tail of the list

unsigned int length

Length of the list