Searched refs:mDNSPosixAddFDToEventLoop (Results 1 – 3 of 3) sorted by relevance
78 extern mStatus mDNSPosixAddFDToEventLoop( int fd, mDNSPosixEventCallback callback, void *context);
245 return mDNSPosixAddFDToEventLoop(fd, callback, context); in udsSupportAddFDToEventLoop()
1217 err = mDNSPosixAddFDToEventLoop(pChgRec->NotifySD, InterfaceChangeCallback, pChgRec); in WatchForInterfaceChange()1556 mStatus mDNSPosixAddFDToEventLoop(int fd, mDNSPosixEventCallback callback, void *context) in mDNSPosixAddFDToEventLoop() function