Home
last modified time | relevance | path

Searched refs:auth_probe (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.h64 struct auth_probe;
233 struct auth_probe* task_probe;
320 struct auth_probe { struct
H A Dauthzone.c7049 xfr->task_probe = (struct auth_probe*)calloc(1, in auth_xfer_new()
7050 sizeof(struct auth_probe)); in auth_xfer_new()