Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_data.c214 _nres.qhook = hook; in res_send_setqhook()
Dres_send.c513 if (statp->qhook) { in res_nsend()
519 act = (*statp->qhook)(&nsap, &buf, &buflen, in res_nsend()
Dres_init.c233 statp->qhook = NULL; in __res_vinit()
/bionic/libc/dns/include/
Dresolv_private.h185 res_send_qhook qhook; /* query hook */ member