Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:hostname

403 // For records containing a hostname (in the name on the left, or in the rdata on the right),
1119 regState_NoTarget = 8, // SRV Record registration pending registration of hostname
1275 // a dot-local hostname, and therefore it would make no sense to register this record with a wide-area Unicast DNS server.
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
1488 domainname hostname;
1881 mDNSAddr AdvertisedV4; // IPv4 address pointed to by hostname
1882 mDNSAddr AdvertisedV6; // IPv6 address pointed to by hostname
1886 DNSQuestion ReverseMap; // Reverse-map query to find static hostname for service target
1890 HostnameInfo *Hostnames; // List of registered hostnames + hostname metadata
1899 domainlabel AutoTunnelLabel; // Used to construct hostname for *IPv4* address of tunnel endpoints
2447 const domainname *domain, const domainname *keyname, const char *b64keydata, const domainname *hostname, mDNSIPPort *port, const char *autoTunnelPrefix);
2451 // Hostname/Unicast Interface Configuration
2456 // A hostname is added via AddDynDNSHostName, which points to the primary interface's v4 and/or v6 addresss
2623 extern mStatus mDNSPlatformTCPConnect(TCPSocket *sock, const mDNSAddr *dst, mDNSOpaque16 dstport, domainname *hostname,