Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c72 int NotifySD; member
1241 FD_SET(pChgRec->NotifySD, &readFDs); in InterfaceChangeCallback()
1245 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD); in InterfaceChangeCallback()
1247 … while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback()
1267 err = OpenIfNotifySocket(&pChgRec->NotifySD); in WatchForInterfaceChange()
1269 err = mDNSPosixAddFDToEventLoop(pChgRec->NotifySD, InterfaceChangeCallback, pChgRec); in WatchForInterfaceChange()