Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:srv

404 // like A, AAAA, reverse-mapping PTR, and SRV, we use a two-minute TTL by default, because we don't want
410 // Some applications want to register their SRV records with a lower ttl so that in case the server
799 // StandardAuthRDSize is 264 (256+8), which is large enough to hold a maximum-sized SRV record (6 + 256 bytes)
812 // 780 were various PTR, TXT and SRV records from 12-64 bytes
842 rdataSRV srv;
859 rdataSRV srv;
1091 mDNSu32 rdatahash; // For rdata containing domain name (e.g. PTR, SRV, CNAME etc.), case-insensitive name hash
1119 regState_NoTarget = 8, // SRV Record registration pending registration of hostname
1187 AuthRecord *Additional1; // Recommended additional record to include in response (e.g. SRV for PTR record)
1193 mDNSu8 AutoTarget; // Set if the target of this record (PTR, CNAME, SRV, etc.) is our host name
1247 mDNSBool SRVChanged; // temporarily deregistered service because its SRV target or port changed
1387 // * the basic PTR/SRV/TXT triplet used to represent any DNS-SD service
1406 AuthRecord RR_SRV; // e.g. Name._printer._tcp.local. SRV 0 0 port target
1480 AuthRecord AutoTunnelHostRecord; // User-visible hostname; used as SRV target for AutoTunnel services
1481 AuthRecord AutoTunnelTarget; // Opaque hostname of tunnel endpoint; used as SRV target for AutoTunnelService record
1540 DNSServer *qDNSServer; // Caching server for this query (in the absence of an SRV saying otherwise)
1547 mDNSAddr servAddr; // Address and port learned from _dns-llq, _dns-llq-tls or _dns-query-tls SRV query
1635 domainname Host; // Discovered result: Target host from SRV record
1636 mDNSIPPort Port; // Discovered result: Update port, query port, or LLQ port from SRV record
1637 mDNSAddr Addr; // Discovered result: Address of Target host from SRV record
1659 #define TC_STATE_SRV_PEER 0x000000003 /* Peer's SRV Record corresponding to IPv4 address */
2213 regFlagKnownUnique = 0x2 // client guarantees that SRV and TXT record names are unique
2237 const domainname *const srv, const domainname *const domain,