hostapd_entry
struct hostapd_entry *entry;
hostapd_entry_cmp(struct hostapd_entry *, struct hostapd_entry *);
struct hostapd_entry *
struct hostapd_entry *entry;
if ((entry = (struct hostapd_entry *)
calloc(1, sizeof(struct hostapd_entry))) == NULL)
struct hostapd_entry *
struct hostapd_entry *entry, key;
hostapd_entry_update(struct hostapd_table *table, struct hostapd_entry *entry)
hostapd_entry_cmp(struct hostapd_entry *a, struct hostapd_entry *b)
RB_GENERATE(hostapd_tree, hostapd_entry, e_nodes, hostapd_entry_cmp);
RB_ENTRY(hostapd_entry) e_nodes;
TAILQ_ENTRY(hostapd_entry) e_entries;
RB_HEAD(hostapd_tree, hostapd_entry);
TAILQ_HEAD(, hostapd_entry) t_mask_head;
struct hostapd_entry *hostapd_entry_add(struct hostapd_table *,
struct hostapd_entry *hostapd_entry_lookup(struct hostapd_table *,
struct hostapd_entry *);
RB_PROTOTYPE(hostapd_tree, hostapd_entry, e_nodes, hostapd_entry_cmp);
struct hostapd_entry *entry;
struct hostapd_entry *entry;
struct hostapd_entry *entry;