Searched refs:listen_list (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.bin/sndiod/
H A Dlisten.h30 extern struct listen *listen_list;
H A Dlisten.c53 struct listen *listen_list = NULL; variable in typeref:struct:listen
60 for (pf = &listen_list; *pf != f; pf = &(*pf)->next) {
117 f->next = listen_list;
118 listen_list = f;
186 f->next = listen_list;
187 listen_list = f;
H A Dsndiod.c759 for (l = listen_list; l != NULL; l = l->next) {
812 while (listen_list != NULL)
813 listen_close(listen_list);
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.h52 struct listen_list;
93 struct listen_list* accept_list;
H A Dstats.c260 struct listen_list* lp;
H A Dremote.c365 struct listen_list* n = (struct listen_list*)malloc(sizeof(*n));
398 struct listen_list* p;
406 struct listen_list* p;
/openbsd-current/usr.sbin/unbound/services/
H A Dlisten_dnsport.h50 struct listen_list;
71 struct listen_list* cps;
77 struct listen_list { struct
79 struct listen_list* next;
216 * delete listen_list of commpoints. Calls commpointdelete() on items.
220 void listen_list_delete(struct listen_list* list);
H A Dlisten_dnsport.c1402 struct listen_list* item = (struct listen_list*)malloc(
1403 sizeof(struct listen_list));
1573 listen_list_delete(struct listen_list* list)
1575 struct listen_list *p = list, *pn;
1977 struct listen_list* p;
1998 struct listen_list* p;
2011 struct listen_list* p;
/openbsd-current/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.h50 struct listen_list;
71 struct listen_list* cps;
77 struct listen_list { struct
79 struct listen_list* next;
216 * delete listen_list of commpoints. Calls commpointdelete() on items.
220 void listen_list_delete(struct listen_list* list);
H A Dlisten_dnsport.c1402 struct listen_list* item = (struct listen_list*)malloc(
1403 sizeof(struct listen_list));
1573 listen_list_delete(struct listen_list* list)
1575 struct listen_list *p = list, *pn;
1977 struct listen_list* p;
1998 struct listen_list* p;
2011 struct listen_list* p;

Completed in 113 milliseconds