Searched refs:pChgRec (Results 1 – 1 of 1) sorted by relevance
1156 IfChangeRec *pChgRec = (IfChangeRec*) context; in InterfaceChangeCallback() local1165 FD_SET(pChgRec->NotifySD, &readFDs); in InterfaceChangeCallback()1169 changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD); in InterfaceChangeCallback()1171 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout)); in InterfaceChangeCallback()1177 mDNSPlatformPosixRefreshInterfaceList(pChgRec->mDNS); in InterfaceChangeCallback()1184 IfChangeRec *pChgRec; in WatchForInterfaceChange() local1186 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate(sizeof *pChgRec); in WatchForInterfaceChange()1187 if (pChgRec == NULL) in WatchForInterfaceChange()1190 pChgRec->mDNS = m; in WatchForInterfaceChange()1191 err = OpenIfNotifySocket(&pChgRec->NotifySD); in WatchForInterfaceChange()[all …]