HomeSort by relevance Sort by last modified time
    Searched refs:T_CNAME (Results 1 - 13 of 13) sorted by null

  /bionic/libc/include/arpa/
nameser_compat.h 125 #define T_CNAME ns_t_cname
  /device/linaro/bootloader/edk2/StdLib/Include/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 578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) {
581 if (aqtype == T_CNAME) {
635 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype)) {
636 if (aqtype == T_CNAME) {
    [all...]
  /external/tcpdump/
nameser.h 128 #define T_CNAME 5 /* connonical name */
print-domain.c 253 { T_CNAME, "CNAME" }, /* RFC 1035 */
426 case T_CNAME:
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
330 if (qtype == T_PTR && type == T_CNAME) {
res_mkupdate.c 249 case T_CNAME:
res_update.c 293 if (type == T_CNAME) {
res_debug.c 397 {T_CNAME, "CNAME", "canonical name"},
getaddrinfo.c 1160 type == T_CNAME) {
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 314 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
343 if (qtype == T_PTR && type == T_CNAME) {
    [all...]
getaddrinfo.c     [all...]

Completed in 259 milliseconds