Symbol: hostapd_table
usr.sbin/hostapd/handle.c
51
u_int8_t *, struct hostapd_table *);
usr.sbin/hostapd/handle.c
75
u_int8_t *maddr, struct hostapd_table *table)
usr.sbin/hostapd/hostapd.c
312
struct hostapd_table *table;
usr.sbin/hostapd/hostapd.c
533
struct hostapd_table *
usr.sbin/hostapd/hostapd.c
536
struct hostapd_table *table;
usr.sbin/hostapd/hostapd.c
540
if ((table = (struct hostapd_table *)
usr.sbin/hostapd/hostapd.c
541
calloc(1, sizeof(struct hostapd_table))) == NULL)
usr.sbin/hostapd/hostapd.c
555
struct hostapd_table *
usr.sbin/hostapd/hostapd.c
558
struct hostapd_table *table;
usr.sbin/hostapd/hostapd.c
569
hostapd_entry_add(struct hostapd_table *table, u_int8_t *lladdr)
usr.sbin/hostapd/hostapd.c
587
hostapd_entry_lookup(struct hostapd_table *table, u_int8_t *lladdr)
usr.sbin/hostapd/hostapd.c
605
hostapd_entry_update(struct hostapd_table *table, struct hostapd_entry *entry)
usr.sbin/hostapd/hostapd.h
139
TAILQ_ENTRY(hostapd_table) t_entries;
usr.sbin/hostapd/hostapd.h
254
struct hostapd_table *f_from, *f_to, *f_bssid;
usr.sbin/hostapd/hostapd.h
320
struct hostapd_table *i_addr_tbl;
usr.sbin/hostapd/hostapd.h
321
struct hostapd_table *i_route_tbl;
usr.sbin/hostapd/hostapd.h
355
TAILQ_HEAD(, hostapd_table) c_tables;
usr.sbin/hostapd/hostapd.h
387
struct hostapd_table *hostapd_table_add(struct hostapd_config *,
usr.sbin/hostapd/hostapd.h
389
struct hostapd_table *hostapd_table_lookup(struct hostapd_config *,
usr.sbin/hostapd/hostapd.h
391
struct hostapd_entry *hostapd_entry_add(struct hostapd_table *,
usr.sbin/hostapd/hostapd.h
393
struct hostapd_entry *hostapd_entry_lookup(struct hostapd_table *,
usr.sbin/hostapd/hostapd.h
395
void hostapd_entry_update(struct hostapd_table *,
usr.sbin/hostapd/parse.y
103
struct hostapd_table *table;
usr.sbin/hostapd/parse.y
121
struct hostapd_table *table;