Home
last modified time | relevance | path

Searched refs:SRV (Results 1 – 12 of 12) sorted by relevance

/NextBSD/crypto/heimdal/lib/roken/
HDresolve.c752 size_t hostlen = strnlen(pRec->Data.SRV.pNameTarget, DNS_MAX_NAME_LENGTH); in parse_dns_record()
762 rr->u.srv->priority = pRec->Data.SRV.wPriority; in parse_dns_record()
763 rr->u.srv->weight = pRec->Data.SRV.wWeight; in parse_dns_record()
764 rr->u.srv->port = pRec->Data.SRV.wPort; in parse_dns_record()
765 strcpy_s(rr->u.srv->target, hostlen + 1, pRec->Data.SRV.pNameTarget); in parse_dns_record()
/NextBSD/contrib/unbound/doc/
HDcontrol_proto_spec.txt47 removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR, SRV, NAPTR types.
HDFEATURES88 2782: SRV type
/NextBSD/crypto/heimdal/doc/
HDsetup.texi106 SRV-record for your realm, or your Kerberos server has DNS CNAME
961 will try to find a @code{SRV} resource record (RR) for the realm. If no
962 SRV RRs are found, it will fall back to looking for an @code{A} RR for
980 _kerberos._tcp SRV 10 1 88 kerberos.example.com.
981 _kerberos._udp SRV 10 1 88 kerberos.example.com.
982 _kerberos._tcp SRV 10 1 88 kerberos-1.example.com.
983 _kerberos._udp SRV 10 1 88 kerberos-1.example.com.
984 _kpasswd._udp SRV 10 1 464 kerberos.example.com.
985 _kerberos-adm._tcp SRV 10 1 749 kerberos.example.com.
989 More information about DNS SRV resource records can be found in
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDProgramState.cpp741 if (const SymbolRegionValue *SRV = dyn_cast<SymbolRegionValue>(*SI)) in isTainted() local
742 Tainted = Tainted || isTainted(SRV->getRegion(), Kind); in isTainted()
/NextBSD/crypto/heimdal/
HDNEWS668 * follow RFC2782 and by default do not look for non-underscore SRV names
745 * fix SRV lookup for admin server
767 * support SRV records for kpasswd
HDChangeLog.1999940 * lib/krb5/krbhst.c: do SRV lookups for admin server as well.
1515 * lib/krb5/krbhst.c: lookup SRV-records to find a kdc for a realm
HDChangeLog.2000682 * lib/krb5/krbhst.c (get_krbhst): only try SRV lookup if there are
HDChangeLog.2004980 * lib/krb5/krbhst.c: also lookup _kpasswd._tcp SRV-rr
/NextBSD/usr.sbin/bsdconfig/share/media/
HDtcpip.subr1028 # If we have a TCP media type configured, check for an SRV record
1048 # Query SRV types first (1st host response taken as new host to query)
1051 host -t SRV $__wait -- "$__type.$__host" \
1055 awk '/ SRV /{print $NF;exit}' )
/NextBSD/crypto/heimdal/lib/asn1/
HDkrb5.asn1491 PROV-SRV-LOCATION ::= GeneralString
HDChangeLog1561 * k5.asn1: PROV-SRV-LOCATION, PacketCable provisioning server