OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_nquery
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/resolv/
res_query.c
116
__weak_alias(
res_nquery
,_res_nquery)
145
res_nquery
(res_state statp,
function
194
printf(";;
res_nquery
: retry without EDNS0\n");
270
return (
res_nquery
(statp, cp, class, type, answer, anslen));
427
return (
res_nquery
(statp, longname, class, type, answer, anslen));
res_data.c
229
return (
res_nquery
(&_nres, name, class, type, answer, anslen));
/src/include/
resolv.h
388
#define
res_nquery
__res_nquery
macro
472
int
res_nquery
(res_state, const char *, int, int, u_char *, int);
/src/lib/libc/net/
Makefile.inc
98
resolver.3
res_nquery
.3 \
getnetnamadr.c
355
anslen =
res_nquery
(res, qbuf, C_IN, T_PTR, buf->buf,
gethnamaddr.c
600
* this is also done in
res_nquery
() since we are not the only
1051
n =
res_nquery
(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf));
1054
debugprintf("
res_nquery
failed (%d)\n", res, n);
Completed in 37 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026