Searched refs:NotifySD (Results 1 – 1 of 1) sorted by relevance
72 int NotifySD; member1241 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()