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_NOCHECKNAME
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/libbind/dist/irs/
dns_p.h
27
#define maybe_ok(res, nm, ok) (((res)->options &
RES_NOCHECKNAME
) != 0U || \
/src/include/
resolv.h
247
#define
RES_NOCHECKNAME
0x00008000 /*%< do not check names for sanity. */
/src/external/bsd/libbind/dist/include/
resolv.h
253
#define
RES_NOCHECKNAME
0x00008000 /*%< do not check names for sanity. */
/src/lib/libc/resolv/
res_init.c
691
statp->options |=
RES_NOCHECKNAME
;
694
statp->options &= ~
RES_NOCHECKNAME
;
/src/lib/libc/net/
getnetnamadr.c
80
#define maybe_ok(res, nm, ok) (((res)->options &
RES_NOCHECKNAME
) != 0U || \
gethnamaddr.c
106
#define maybe_ok(res, nm, ok) (((res)->options &
RES_NOCHECKNAME
) != 0U || \
getaddrinfo.c
1702
#define maybe_ok(res, nm, ok) (((res)->options &
RES_NOCHECKNAME
) != 0U || \
/src/external/bsd/libbind/dist/resolv/
res_init.c
601
statp->options |=
RES_NOCHECKNAME
;
Completed in 36 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026