Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:Support

67 #include <stdarg.h>		// stdarg.h is required for for va_list support for the mDNS_vsnprintf declaration
347 mStatus_NATPortMappingUnsupported = -65564, // NAT doesn't support NAT-PMP or UPnP
443 // The actual definition of these structures appear in the appropriate platform support code
792 // For now we only support NSEC records encoding DNS types 0-255 and ignore the nextname (we always set it to be the same as the rrname),
800 // MaximumRDSize is 8K the absolute maximum we support (at least for now)
1252 // uDNS_UpdateRecord support fields
2116 // For example, if the support code on a particular platform implements timer callbacks at interrupt time, then
2167 #pragma mark - Platform support functions that are accessible to the client layer too
2433 #pragma mark - Authentication Support
2514 // This section defines the interface to the Platform Support layer.
2519 // Every platform support
2521 // When Setup is complete, the platform support layer calls mDNSCoreInitComplete().
2590 // Platform support modules should provide the following functions to map between opaque interface IDs
2591 // and interface indexes in order to support the DNS-SD API. If your target platform does not support
2592 // multiple interfaces and/or does not support the DNS-SD API, these functions can be empty.
2596 // Every platform support module must provide the following functions if it is to support unicast DNS
2640 // Platforms that support unicast browsing and dynamic update registration for clients who do not specify a domain
2652 // Support for legacy NAT traversal protocols, implemented by the platform layer and callable by the core.
2661 // The core mDNS code provides these functions, for the platform support code to call at appropriate times
2666 // mDNS_RegisterInterface() is used by the platform support layer to inform mDNSCore of what
2680 // mDNS_RegisterDNS() is used by the platform support layer to provide the core with the addresses of
2686 // mDNSCoreInitComplete() is called when the platform support layer is finished.