Home
last modified time | relevance | path

Searched refs:mDNSPosixAddFDToEventLoop (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.h131 extern mStatus mDNSPosixAddFDToEventLoop( int fd, mDNSPosixEventCallback callback, void *context);
H A DPosixDaemon.c262 return mDNSPosixAddFDToEventLoop(fd, callback, context); in udsSupportAddFDToEventLoop()
H A DmDNSPosix.c1626 err = mDNSPosixAddFDToEventLoop(pChgRec->NotifySD, InterfaceChangeCallback, pChgRec); in WatchForInterfaceChange()
2244 mStatus mDNSPosixAddFDToEventLoop(int fd, mDNSPosixEventCallback callback, void *context) in mDNSPosixAddFDToEventLoop() function