Home
last modified time | relevance | path

Searched refs:qhook (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/resolv/
H A Dres_data.c199 _res.qhook = hook; in res_send_setqhook()
H A Dres_send.c438 if (statp->qhook) { in res_nsend()
444 act = (*statp->qhook)(&nsap, &buf, &buflen, in res_nsend()
H A Dres_init.c214 statp->qhook = NULL; in __res_vinit()
/dragonfly/include/
H A Dresolv.h161 res_send_qhook qhook; /* query hook */ member