Home
last modified time | relevance | path

Searched refs:dl_list (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/common/
H A Dcli.h18 struct dl_list list;
23 void cli_txt_list_flush(struct dl_list *list);
26 cli_txt_list_get(struct dl_list *txt_list, const char *txt);
28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt);
29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt);
30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt);
34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt);
35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
38 char ** cli_txt_list_array(struct dl_list *txt_list);
H A Dcli.c59 void cli_txt_list_flush(struct dl_list *list) in cli_txt_list_flush()
68 struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list, in cli_txt_list_get()
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del()
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr()
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word()
120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add()
140 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_add_addr()
152 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_add_word()
171 char ** cli_txt_list_array(struct dl_list *txt_list) in cli_txt_list_array()
H A Dctrl_iface_common.h24 struct dl_list list;
35 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
37 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
39 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
H A Dctrl_iface_common.c143 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_attach()
170 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_detach()
190 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_level()
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dwps_er.h15 struct dl_list list;
34 struct dl_list list;
36 struct dl_list sta; /* list of STAs/Enrollees using this AP */
71 struct dl_list list;
85 struct dl_list ap;
86 struct dl_list ap_unsubscribing;
87 struct dl_list ap_settings;
H A Dwps_upnp.h21 struct dl_list list;
/netbsd-src/external/bsd/wpa/dist/src/fst/
H A Dfst_internal.h35 struct dl_list global_ctrls_lentry;
38 extern struct dl_list fst_global_ctrls_list;
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deth_p_oui.c25 struct dl_list list;
28 struct dl_list receiver;
32 struct dl_list list;
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_as.c52 for (dip = dlp->dl_list; dip != NULL; dip = nip) { in dt_irlist_destroy()
64 dlp->dl_list = dip; in dt_irlist_append()
288 for (i = 0, dip = dlp->dl_list; dip != NULL; dip = dip->di_next) { in dt_as()
411 for (dip = dlp->dl_list; dip != NULL; dip = dip->di_next) { in dt_as()
H A Ddt_as.h49 dt_irnode_t *dl_list; /* pointer to first node in list */ member
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dtrace.h22 struct dl_list list;
H A Dedit.c28 struct dl_list list;
32 static struct dl_list history_list;