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