Symbol: outbound_list
sbin/unwind/libunbound/iterator/iterator.h
438
struct outbound_list outlist;
sbin/unwind/libunbound/services/outbound_list.c
48
outbound_list_init(struct outbound_list* list)
sbin/unwind/libunbound/services/outbound_list.c
54
outbound_list_clear(struct outbound_list* list)
sbin/unwind/libunbound/services/outbound_list.c
68
outbound_list_insert(struct outbound_list* list, struct outbound_entry* e)
sbin/unwind/libunbound/services/outbound_list.c
78
outbound_list_remove(struct outbound_list* list, struct outbound_entry* e)
sbin/unwind/libunbound/services/outbound_list.h
102
void outbound_list_remove(struct outbound_list* list,
sbin/unwind/libunbound/services/outbound_list.h
76
void outbound_list_init(struct outbound_list* list);
sbin/unwind/libunbound/services/outbound_list.h
84
void outbound_list_clear(struct outbound_list* list);
sbin/unwind/libunbound/services/outbound_list.h
93
void outbound_list_insert(struct outbound_list* list,
usr.sbin/unbound/daemon/remote.c
3011
struct outbound_list* ol = &qstate->outlist;
usr.sbin/unbound/iterator/iterator.h
438
struct outbound_list outlist;
usr.sbin/unbound/services/outbound_list.c
48
outbound_list_init(struct outbound_list* list)
usr.sbin/unbound/services/outbound_list.c
54
outbound_list_clear(struct outbound_list* list)
usr.sbin/unbound/services/outbound_list.c
68
outbound_list_insert(struct outbound_list* list, struct outbound_entry* e)
usr.sbin/unbound/services/outbound_list.c
78
outbound_list_remove(struct outbound_list* list, struct outbound_entry* e)
usr.sbin/unbound/services/outbound_list.h
102
void outbound_list_remove(struct outbound_list* list,
usr.sbin/unbound/services/outbound_list.h
76
void outbound_list_init(struct outbound_list* list);
usr.sbin/unbound/services/outbound_list.h
84
void outbound_list_clear(struct outbound_list* list);
usr.sbin/unbound/services/outbound_list.h
93
void outbound_list_insert(struct outbound_list* list,