Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dauthzone.h64 struct auth_probe;
233 struct auth_probe* task_probe;
320 struct auth_probe { struct
H A Dauthzone.c7082 xfr->task_probe = (struct auth_probe*)calloc(1, in auth_xfer_new()
7083 sizeof(struct auth_probe)); in auth_xfer_new()