Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:Platform

33 #include "mDNSPosix.h"				 // Defines the specific types needed to run mDNS on this platform
54 #include <time.h> // platform support for UTC time
260 // If this platform doesn't have IP_PKTINFO or IP_RECVDSTADDR, then we have
441 #pragma mark ***** DDNS Config Platform Functions
637 #error This platform has no way to avoid address busy errors on multicast.
665 #warning This platform has no way to get the destination interface information -- will only work for single-homed hosts
731 #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts
1216 // mDNS core calls this routine to initialise the platform-specific data.
1267 // We don't do asynchronous initialization on the Posix platform, so by the time
1276 // mDNS core calls this routine to clean up the platform-specific data.
1300 // On the Posix platform, locking is a no-op because we only ever enter
1304 // the platform from reentering mDNS core code.
1311 // mDNSPlatformLock and allow the platform to reenter mDNS core code.
1322 // On the Posix platform this maps directly to the ANSI C strcpy.
1329 // On the Posix platform this maps directly to the ANSI C strlen.
1336 // On the Posix platform this maps directly to the ANSI C memcpy.
1343 // identical. On the Posix platform this is a simple wrapper around ANSI C memcmp.
1350 // On the Posix platform this is a simple wrapper around ANSI C memset.