Searched refs:kDNSType_TXT (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c456 case kDNSType_TXT: return("TXT");
485 case kDNSType_TXT: mDNS_snprintf(buffer+length, Max-length, "%#s", rd->txt.c); break;
1211 case kDNSType_TXT: return(rr->rdlength); // TXT is not self-describing, so have to just trust rdlength
1247 case kDNSType_TXT: if (!rdlength) return(mDNSfalse); // TXT record has to be at least one byte (RFC 1035)
1541 case kDNSType_TXT:
1918 case kDNSType_TXT: if (pktrdlength > rr->resrec.rdata->MaxRDLength)
H A Duds_daemon.c1599 term->qtxt.qtype = kDNSType_TXT;
1676 // if (answer->rrtype == kDNSType_TXT && res->txt == answer) res->txt = mDNSNULL;
1680 if (answer->rrtype == kDNSType_TXT && res->txt && answer->rdlength == res->txtlen && SameRDataBody(answer, (RDataBody *)&res->txtdata))
1687 // if (answer->rrtype == kDNSType_TXT) res->txt = answer;
1694 if (answer->rrtype == kDNSType_TXT)
2703 if (rr->resrec.rrtype == kDNSType_TXT && rdlen == 0) { rdlen = 1; newrd->u.txt.c[0] = 0; }
H A DmDNSEmbeddedAPI.h1129 kDNSType_TXT, // 16 Arbitrary text string enumerator in enum:__anon200
H A DmDNS.c1081 (In all but GetRDLength(), this is is just a fall-through to kDNSType_TXT)
2624 if (rr->resrec.rrtype == kDNSType_TXT && rr->resrec.rdlength == 0) { rr->resrec.rdlength = 1; rr->resrec.rdata->u.txt.c[0] = 0; }
6083 if (answer->rrtype != kDNSType_TXT) return;
6170 query->qTXT.qtype = kDNSType_TXT;
6859 mDNS_SetupResourceRecord(&sr->RR_TXT, mDNSNULL, InterfaceID, kDNSType_TXT, kStandardTTL, kDNSRecordTypeUnique, ServiceCallback, sr);
6974 if (extra->r.resrec.rrtype == kDNSType_TXT && extra->r.resrec.rdlength == 0)

Completed in 257 milliseconds