Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c63 int NotifySD; member
1598 FD_SET(pChgRec->NotifySD, &readFDs); in InterfaceChangeCallback()
1602 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD); in InterfaceChangeCallback()
1604 … while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback()
1624 err = OpenIfNotifySocket(&pChgRec->NotifySD); in WatchForInterfaceChange()
1626 err = mDNSPosixAddFDToEventLoop(pChgRec->NotifySD, InterfaceChangeCallback, pChgRec); in WatchForInterfaceChange()