Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:multicast

137 	kDNSClass_Mask             = 0x7FFF,// Multicast DNS uses the bottom 15 bits to identify the record class...
417 // Multicast DNS uses announcements (gratuitous responses) to update peer caches.
423 // This means that whereas Multicast DNS can use announcements to pre-emptively update stale data
1105 DNSServer *rDNSServer; // Unicast DNS server authoritative for this entry;null for multicast
1195 mDNSu8 ForceMCast; // Set by client to advertise solely via multicast, even for apparently unicast names
1225 mDNSs32 LastMCTime; // Last time we multicast this record (used to guard against packet-storm attacks)
1226 mDNSInterfaceID LastMCInterface; // Interface this record was multicast on at the time LastMCTime was recorded
1382 // A ServiceRecordSet has no special meaning to the core code of the Multicast DNS protocol engine;
1725 mDNSu8 McastTxRx; // Send/Receive multicast on this { InterfaceID, address family } ?
2091 // Note that a client-only device that wishes to prohibit multicast advertisements (e.g. from
2109 // Call mDNS_StartQuery to initiate a query. mDNS will proceed to issue Multicast DNS query packets, and any time a response
2294 extern mDNSBool IsLocalDomain(const domainname *d); // returns true for domains that by default should be looked up using link-local multicast