Home
last modified time | relevance | path

Searched refs:DNSPushNotificationServer (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.h91 DNSPushNotificationServer *next;
97 DNSPushNotificationServer *server; // DNS Push Notification Servers for this zone
112 extern DNSPushNotificationServer *GetConnectionToDNSPushNotificationServer(mDNS *m, DNSQuestion *q);
113 extern DNSPushNotificationServer *SubscribeToDNSPushNotificationServer(mDNS *m, DNSQuestion *q);
116 extern void DNSPushServerDrop(DNSPushNotificationServer *server);
H A DuDNS.c5647 DNSPushNotificationServer *server, ResourceRecord *mrr) in DNSPushProcessResponse()
5783 … const mDNSu8 *const end, DNSPushNotificationServer *server) in DNSPushProcessResponses()
5826 DNSPushStartConnecting(DNSPushNotificationServer *server) in DNSPushStartConnecting()
5876 static void DNSPushSendKeepalive(DNSPushNotificationServer *server, mDNSu32 inactivity_timeout, mDN… in DNSPushSendKeepalive()
5913 static void DNSPushStop(mDNS *m, DNSPushNotificationServer *server) in DNSPushStop()
5938 mDNSexport void DNSPushServerDrop(DNSPushNotificationServer *server) in DNSPushServerDrop()
5951 static void DNSPushServerFree(mDNS *m, DNSPushNotificationServer *server) in DNSPushServerFree()
5953 DNSPushNotificationServer **sp; in DNSPushServerFree()
5976 DNSPushNotificationServer *server = context; in DNSPushDSOCallback()
6122 DNSPushNotificationServer *GetConnectionToDNSPushNotificationServer(mDNS *m, DNSQuestion *q) in GetConnectionToDNSPushNotificationServer()
[all …]
H A DmDNSEmbeddedAPI.h1833 typedef struct mDNS_DNSPushNotificationServer DNSPushNotificationServer; typedef
1913 DNSPushNotificationServer *dnsPushServer;
2333 DNSPushNotificationServer *DNSPushServers; // DNS Push Notification Servers
H A DmDNS.c14893 DNSPushNotificationServer **psp; in uDNS_SetupDNSConfig()
15051 DNSPushNotificationServer *server = *psp; in uDNS_SetupDNSConfig()