Searched refs:pChgRec (Results 1 – 1 of 1) sorted by relevance
1180 IfChangeRec *pChgRec = (IfChangeRec*) context; in InterfaceChangeCallback() local1189 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()1201 mDNSPlatformPosixRefreshInterfaceList(pChgRec->mDNS); in InterfaceChangeCallback()1208 IfChangeRec *pChgRec; in WatchForInterfaceChange() local1210 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate(sizeof *pChgRec); in WatchForInterfaceChange()1211 if (pChgRec == NULL) in WatchForInterfaceChange()1214 pChgRec->mDNS = m; in WatchForInterfaceChange()1215 err = OpenIfNotifySocket(&pChgRec->NotifySD); in WatchForInterfaceChange()[all …]