Home
last modified time | relevance | path

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

/src/contrib/unbound/services/
H A Dauthzone.h64 struct auth_probe;
234 struct auth_probe* task_probe;
323 struct auth_probe { struct
H A Dauthzone.c7101 xfr->task_probe = (struct auth_probe*)calloc(1, in auth_xfer_new()
7102 sizeof(struct auth_probe)); in auth_xfer_new()