Searched refs:kDNSType_SRV (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1790 GetZoneData_StartQuery(m, zd, kDNSType_SRV);
1815 else if (answer->rrtype == kDNSType_SRV)
1828 GetZoneData_StartQuery(m, zd, kDNSType_SRV); // Try again, non-private this time
1879 if (qtype == kDNSType_SRV)
2011 if (rr->resrec.rrtype != kDNSType_SRV) { LogMsg("UpdateAllServiceRecords:ERROR!! ResourceRecord not a service record %s", ARDisplayString(m, rr)); return; }
2025 if (srvRR && srvRR->resrec.rrtype != kDNSType_SRV)
2072 if (rr->resrec.rrtype != kDNSType_SRV) {LogMsg("CompleteRecordNatMap: Not a service record %s", ARDisplayString(m, rr)); return; }
2163 if (rr->resrec.rrtype != kDNSType_SRV)
2225 if (rr->resrec.rrtype == kDNSType_SRV) rr->resrec.rdata->u.srv.port = rr->NATinfo.IntPort;
2382 if (AuthRecord_uDNS(rptr) && rptr->resrec.rrtype == kDNSType_SRV)
[all...]
H A DDNSCommon.c186 case kDNSType_SRV: return("SRV");
399 case kDNSType_SRV: mDNS_snprintf(buffer+length, RemSpc, "%u %u %u %##s",
1529 case kDNSType_SRV: return DomainNameHashValue(&rdb->srv.target);
1600 case kDNSType_SRV: return (mDNSBool)( b1->srv.priority == b2->srv.priority &&
2017 case kDNSType_SRV: return (mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name));
2076 case kDNSType_SRV: // Must be at least priority+weight+port, plus domainname
2295 case kDNSType_SRV: if (ptr + 7 > limit) return(mDNSNULL);
2446 const DNSMessage *const rdatacompressionbase = (IsUnicastUpdate(msg) && rr->rrtype == kDNSType_SRV) ? mDNSNULL : msg;
3043 case kDNSType_SRV:
H A DDNSCommon.h179 ((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mDNSNULL )
H A DmDNS.c993 if (rr->resrec.rrtype != kDNSType_SRV)
1002 if (srvRR->resrec.rrtype != kDNSType_SRV)
1151 if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost)
1193 if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost)
1372 //if (rr->resrec.rrtype == kDNSType_SRV) rr->NATinfo.IntPort = rr->resrec.rdata->u.srv.port;
1867 if (rr->resrec.rrtype == kDNSType_SRV)
2489 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV)
6164 if (answer->rrtype == kDNSType_SRV)
6209 if (mDNS_KeepaliveRecord(&rr->resrec) || (rr->resrec.rrtype == kDNSType_SRV && !AuthRecord_uDNS(rr) && !mDNSSameIPPort(rr->resrec.rdata->u.srv.port, DiscardPort)))
6468 mDNS_SetupQuestion(&intf->NetWakeResolve[i], intf->InterfaceID, &sps[i]->resrec.rdata->u.name, kDNSType_SRV, NetWakeResolv
[all...]
H A Duds_daemon.c927 if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !IdenticalSameNameRecord(&rr->resrec, r))
939 if (rr->resrec.rrtype == kDNSType_SRV &&
2752 if (answer->rrtype == kDNSType_SRV) req->u.resolve.srv = answer;
2858 request->u.resolve.qsrv.qtype = kDNSType_SRV;
3107 #define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)->qname)))
H A DmDNSEmbeddedAPI.h203 kDNSType_SRV, // 33 Service record enumerator in enum:__anon24
452 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) ? kHostNameTTL : kStandardTTL)

Completed in 185 milliseconds