Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.h137 extern mStatus mDNSPosixAddFDToEventLoop( int fd, mDNSPosixEventCallback callback, void *context);
H A DPosixDaemon.c304 return mDNSPosixAddFDToEventLoop(fd, callback, context); in udsSupportAddFDToEventLoop()
H A DmDNSPosix.c1357 err = mDNSPosixAddFDToEventLoop( pChgRec->NotifySD, InterfaceChangeCallback, pChgRec); in WatchForInterfaceChange()
1647 mStatus mDNSPosixAddFDToEventLoop( int fd, mDNSPosixEventCallback callback, void *context) in mDNSPosixAddFDToEventLoop() function