OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ns_t_xfr_p
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h
335
#define ns_t_qt_p(t) (
ns_t_xfr_p
(t) || (t) == ns_t_any || \
342
#define
ns_t_xfr_p
(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \
macro
/bionic/libc/include/arpa/
nameser.h
351
#define ns_t_qt_p(t) (
ns_t_xfr_p
(t) || (t) == ns_t_any || \
358
#define
ns_t_xfr_p
(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \
macro
Completed in 3302 milliseconds