OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns_t_qt_p
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
arpa_nameser.h
304
#define
ns_t_qt_p
(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \
macro
309
#define ns_t_rr_p(t) (!
ns_t_qt_p
(t) && !ns_t_mrr_p(t))
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h
305
#define
ns_t_qt_p
(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \
macro
310
#define ns_t_rr_p(t) (!
ns_t_qt_p
(t) && !ns_t_mrr_p(t))
Completed in 238 milliseconds