Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/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.c5820 DNSPushStartConnecting(DNSPushNotificationServer *server) in DNSPushStartConnecting()
5907 static void DNSPushStop(mDNS *m, DNSPushNotificationServer *server) in DNSPushStop()
5932 mDNSexport void DNSPushServerDrop(DNSPushNotificationServer *server) in DNSPushServerDrop()
5945 static void DNSPushServerFree(mDNS *m, DNSPushNotificationServer *server) in DNSPushServerFree()
5947 DNSPushNotificationServer **sp; in DNSPushServerFree()
5970 DNSPushNotificationServer *server = context; in DNSPushDSOCallback()
6119 DNSPushNotificationServer *server; in GetConnectionToDNSPushNotificationServer()
6121 DNSPushNotificationServer *newServer; in GetConnectionToDNSPushNotificationServer()
6130 DNSPushNotificationServer *zoneServer = mDNSNULL; in GetConnectionToDNSPushNotificationServer()
6229 DNSPushNotificationServer *SubscribeToDNSPushNotificationServer(mDNS *m, DNSQuestion *q) in SubscribeToDNSPushNotificationServer()
[all …]
H A DmDNSEmbeddedAPI.h1829 typedef struct mDNS_DNSPushNotificationServer DNSPushNotificationServer; typedef
1909 DNSPushNotificationServer *dnsPushServer;
2329 DNSPushNotificationServer *DNSPushServers; // DNS Push Notification Servers
H A DmDNS.c14876 DNSPushNotificationServer **psp; in uDNS_SetupDNSConfig()
15034 DNSPushNotificationServer *server = *psp; in uDNS_SetupDNSConfig()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/
H A DQuerierSupport.c614 DNSPushNotificationServer **psp; in Querier_ProcessDNSServiceChanges()
701 DNSPushNotificationServer *server = *psp; in Querier_ProcessDNSServiceChanges()