Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_data.c176 _res.qhook = hook; in res_send_setqhook()
H A Dres_send.c428 if (statp->qhook) { in res_nsend()
434 act = (*statp->qhook)(&nsap, &buf, &buflen, in res_nsend()
H A Dres_init.c219 statp->qhook = NULL; in __res_vinit()
/freebsd/include/
H A Dresolv.h175 res_send_qhook qhook; /*%< query hook */ member