Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c91 int NotifySD; member
1189 FD_SET(pChgRec->NotifySD, &readFDs); in InterfaceChangeCallback()
1193 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD); in InterfaceChangeCallback()
1195 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback()
1215 err = OpenIfNotifySocket(&pChgRec->NotifySD); in WatchForInterfaceChange()
1217 err = mDNSPosixAddFDToEventLoop(pChgRec->NotifySD, InterfaceChangeCallback, pChgRec); in WatchForInterfaceChange()