OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:res_send_qhook
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h
74
typedef res_sendhookact (*
res_send_qhook
) (struct sockaddr_in * const *__ns,
typedef
126
res_send_qhook
qhook; /* query hook */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h
74
typedef res_sendhookact (*
res_send_qhook
) (struct sockaddr_in * const *__ns,
typedef
126
res_send_qhook
qhook; /* query hook */
/bionic/libc/dns/include/
resolv_private.h
125
typedef res_sendhookact (*
res_send_qhook
)(struct sockaddr * const *,
typedef
186
res_send_qhook
qhook; /* query hook */
503
void res_send_setqhook(
res_send_qhook
);
Completed in 34 milliseconds