Home
last modified time | relevance | path

Searched defs:mDNS_DNSPushNotificationServer (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.h76 struct mDNS_DNSPushNotificationServer struct
78 dso_connect_state_t *connectInfo; // DSO Connection state information
79 … *connection; // DNS Stateful Operations/TCP Connection pointer, might be null.
80 mDNSu32 numberOfQuestions; // Number of questions for this server
81 …NSPushServer_ConnectState connectState; // Current status of connection attempt to this server
82 … lastDisconnect; // Last time we got a disconnect, used to avoid constant reconnects
83 … serverName; // The hostname returned by the _dns-push-tls._tcp.<zone> SRV lookup
84 mDNSIPPort port; // The port from the SRV lookup
86 mdns_dns_service_t dnsservice;
88 … *qDNSServer; // DNS server stolen from the question that created this server structure.
[all …]