HomeSort by: relevance | last modified time | path
    Searched defs:DNSTypeName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 368 static char *DNSTypeName(unsigned short rr_type)
1098 p += snprintf_safe(p, rdb + rdb_size - p, " %s ", DNSTypeName(type + i));
1124 DNSTypeName(swap16(rrsig->typeCovered)), rrsig->alg, rrsig->labels, swap32(rrsig->origTTL),
1176 strncpy(rr_type, DNSTypeName(rrtype), sizeof(rr_type));
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 265 mDNSexport char *DNSTypeName(mDNSu16 rrtype)
361 length += mDNS_snprintf(buffer+length, (MaxMsg - 1) - length, "%s ", DNSTypeName(type + i));
500 mDNSu32 length = mDNS_snprintf(buffer, MaxMsg-1, "%4d %##s %s ", rr->rdlength, rr->name->c, DNSTypeName(rr->rrtype));
2989 if (ptr + rr->rdlength > limit) { LogMsg("putRData: NSEC rdlength beyond limit %##s (%s), ptr %p, rdlength %d, limit %p", rr->name->c, DNSTypeName(rr->rrtype), ptr, rr->rdlength, limit); return(mDNSNULL);}
3018 DM_NAME_PARAM(rr->name), DNSTypeName(rr->rrtype));
3026 DM_NAME_PARAM(rr->name), DNSTypeName(rr->rrtype));
3037 DM_NAME_PARAM(rr->name), DNSTypeName(rr->rrtype), (long)(limit - ptr));
3056 DM_NAME_PARAM(rr->name), DNSTypeName(rr->rrtype), (long)(limit - ptr - 10));
3074 DM_NAME_PARAM(rr->name), DNSTypeName(rr->rrtype));
3961 rr->rrtype, DNSTypeName(rr->rrtype))
    [all...]

Completed in 22 milliseconds