OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_CNAME
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
133
#define
T_CNAME
ns_t_cname
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
133
#define
T_CNAME
ns_t_cname
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
133
#define
T_CNAME
ns_t_cname
/bionic/libc/private/
arpa_nameser_compat.h
185
#define
T_CNAME
ns_t_cname
/external/dnsmasq/src/
nameser.h
142
#define
T_CNAME
5 /* canonical name */
rfc1035.c
708
if (aqclass == C_IN && res != 2 && (aqtype ==
T_CNAME
|| aqtype == T_PTR))
713
if (aqtype ==
T_CNAME
)
779
if (aqclass == C_IN && res != 2 && (aqtype ==
T_CNAME
|| aqtype == qtype))
781
if (aqtype ==
T_CNAME
)
[
all
...]
/external/tcpdump/
nameser.h
143
#define
T_CNAME
5 /* connonical name */
print-domain.c
250
{
T_CNAME
, "CNAME" }, /* RFC 1035 */
415
case
T_CNAME
:
/bionic/libc/netbsd/
gethnamaddr.c
274
if ((qtype == T_A || qtype == T_AAAA) && type ==
T_CNAME
) {
306
if (qtype == T_PTR && type ==
T_CNAME
) {
[
all
...]
/bionic/libc/netbsd/net/
getaddrinfo.c
[
all
...]
Completed in 34 milliseconds